Learn R Programming

MVN (version 4.0.2)

contourControl: Control options for contour plot in mvnPlot

Description

This function includes options for contour plot in mvnPlot function

Usage

contourControl(nlevels = 20, labels = NULL, xlab = NULL, ylab = NULL, labcex = 0.6, drawlabels = TRUE, method = c("simple", "edge", "flattest"), axes = TRUE, frame.plot = TRUE, col = par("fg"), lty = par("lty"), lwd = par("lwd"))

Arguments

nlevels
number of contour levels.
labels
a vector giving the labels for the contour lines.
xlab
label for x-axis.
ylab
label for y-axis.
labcex
cex for contour labelling.
drawlabels
Contours are labelled if TRUE.
method
character string specifying where the labels will be located. Possible values are "simple", "edge" and "flattest" (the default).
axes
logical indicating whether axes should be drawn.
frame.plot
logical indicating whether a box should be drawn.

col
color for the lines drawn.
lty
line type for the lines drawn.
lwd
line width for the lines drawn.

Details

This function adapted from graphics::contour. Please see ?graphics::contour for more details.