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, ...)
x |
An mcmc or mcmc.list object |
smooth |
draw smooth line through trace plot |
... |
Graphical parameters |
You can call this function directly, but it is more usually
called by the plot.mcmc
function.