Arguments
type
The type of plots to generate. The supported types are:
- "acf" = autocorrelation functions
- "bandg" = Brooks and Gelman multivariate shrink factors
- "density" = density functions
- "gandr" = Gelman and Rubin shrink factors
- "geweke" = Geweke convergence diagnostics
- "history" = running means
- "trace" = trace histories
dev
Character string giving the name of the function that creates
graphics windows on the current platform. For Unix systems this is either
"motif", "openlook", or "X11". For windows, this should be set to "win.graph"
mfdim
Numeric vector giving the maximum number of rows and columns,
respectively, of plots to include in a single graphics window. If only one
graphics window is opened, 'mfdim' is proportionately scaled down so as to
minimize the number of empty frames within that window.
newplot
Logical value indicating that a new graphics window be
automatically opened. Otherwise, previous graphics windows will be closed.
onelink
Logical value indicating that each plot should include only
one MCMC sequence. Otherwise, all sequences are displayed on the same plot.
title
Logical value indicating that a title be added to the plot.