plot.mcmc
summarizes an mcmc or mcmc.list object
with a trace of the sampled output and a density estimate
for each variable in the chain.
# S3 method for mcmc
plot(x, trace = TRUE, density = TRUE, smooth = FALSE, bwf,
auto.layout = TRUE, ask = dev.interactive(), ...)
an object of class mcmc
or mcmc.list
Plot trace of each variable
Plot density estimate of each variable
Draw a smooth line through trace plots
Bandwidth function for density plots
Automatically generate output format
Prompt user before each page of plots
Further arguments
Martyn Plummer
densplot
, traceplot
.