Usage
## S3 method for class 'mcmc.list':
pairs(x, n = 25, col = 1:length(x),
col.hist = "gold", col.image = terrain.colors(50),
density = TRUE, contour = TRUE, mean = TRUE, ...)
Arguments
n
number of of grid points in each direction for
two-dimensional kernel density estimation.
Can be scalar or a length-2 integer vector.
col
color for chains in upper panel scatterplots.
col.hist
color for histogram fill in diagonal panels.
col.image
color palette for image plot in lower panel scatterplots.
density
logical, if image plot based on the two-dimensional kernel
density estimation should be plotted in lower panel.
contour
logical, if contour plot based on the two-dimensional kernel
density estimation should be plotted in lower panel.
mean
logical, if lines should indicate means of the
posterior densities in the panels.
...
additional graphical parameters/arguments.