| plot.mcmc | R Documentation | 
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 class 'mcmc'
plot(x, trace = TRUE, density = TRUE, smooth = FALSE, bwf,
	auto.layout = TRUE, ask = dev.interactive(), ...)
x | 
 an object of class   | 
trace | 
 Plot trace of each variable  | 
density | 
 Plot density estimate of each variable  | 
smooth | 
 Draw a smooth line through trace plots  | 
bwf | 
 Bandwidth function for density plots  | 
auto.layout | 
 Automatically generate output format  | 
ask | 
 Prompt user before each page of plots  | 
... | 
 Further arguments  | 
Martyn Plummer
densplot, traceplot.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.