- draws
Either a matrix or a list of matrices. If a list is
provided then each list element is plotted as a separate set of
contours, and all matrices must have the same number of columns
(though the number of rows can differ).
- nlevels
The number of contour levels to plot.
- lty
The line types to use for the different elements in
draws
.
- color
The color to use for different elements in draws
.
- subset
If draws is a list, then this can be a numerical vector.
If draws has names, then subset can be a character vector naming
which elements to include. If NULL
then all elements of
draws
are plotted.
- labels
If labels
is missing and the first element of
draws has non-NULL
colnames
then these will be used to
label the pairs plot. If a character vector of length
ncol(draws[[1]])
then this character vector will be used in
place of the colnames. If NULL
then no labels will be used.
- legend.location
Either "top"
, or "right"
specifying the location for the legend, or NULL
, indicating
that no legend is desired. if draws is a matrix or a singleton list
then no legend is produced.
- legend.cex
Scale factor to use for the legend labels.
- label.cex
Scale factor to use for the row and column labels.
- ...
Extra arguments (graphical parameters), passed to
plot
, PlotDensityContours
,
axis
, and AddExternalLegend
.