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.
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.