traceplot {coda} | R Documentation |
Displays a plot of iterations vs. sampled values for each variable in the chain, with a separate plot per variable.
traceplot(x, smooth = TRUE, col, type, ylab, ...)
x |
An mcmc or mcmc.list object |
smooth |
draw smooth line through trace plot |
col |
graphical parameter (see par ) |
type |
graphical parameter (see par ) |
ylab |
graphical parameter (see par ) |
... |
further graphical parameters |
You can call this function directly, but it is more usually
called by the plot.mcmc
function.