plot-methods-coda {prevalence} | R Documentation |
Different plotting functions from package coda have been
made available as method to class prev
## S4 method for signature 'prev'
densplot(x, exclude_fixed = TRUE, ...)
## S4 method for signature 'prev'
traceplot(x, exclude_fixed = TRUE, ...)
## S4 method for signature 'prev'
autocorr.plot(x, exclude_fixed = TRUE, chain = 1, ...)
x |
An object of class |
exclude_fixed |
Should fixed parameters be excluded from plotting?
defaults to |
chain |
Which chain to plot in |
... |
Other arguments to pass to the specific plot function. |
signature(x = "prev")
Show density, trace, Brooks-Gelman-Rubin and autocorrelation plots.
prev-class
plot-methods
densplot
,
traceplot
,
gelman.plot
,
autocorr.plot