Displays a plot of iterations vs. sampled values for each variable in the chain, with a separate plot per variable.
traceplot(x, smooth = FALSE,
col = 1:6, type = "l", xlab = "Iterations", ylab = "", ...)
An mcmc
or mcmc.list
object
draw smooth line through trace plot
graphical parameter (see par
)
graphical parameter (see plot
)
graphical parameter (see plot
)
graphical parameter (see plot
)
further graphical parameters
densplot
, plot.mcmc
.