Learn R Programming

prevalence (version 0.4.1)

plot-methods: Methods for Function plot in Package prevalence

Description

Plot objects of class prev

Usage

# S4 method for prev,ANY
plot(x, y = NULL, …)

Arguments

x

An object of class prev

y

Which parameter to plot? Defaults to NULL, in which case TP will be used

Other arguments to pass to the plot function

Methods

signature(x = "prev", y = "ANY")

Show density, trace, Brooks-Gelman-Rubin and autocorrelation plots.

See Also

prev-class densplot-methods, traceplot-methods, gelman.plot-methods, autocorr.plot-methods