Usage
plotFun(object, ..., add = FALSE, xlim = NULL,
ylim = NULL, npts = NULL, ylab = NULL, xlab = NULL,
zlab = NULL, main = NULL, lwd = 1, col = "black",
filled = TRUE, levels = NULL, nlevels = 10,
surface = FALSE, colorscheme = topo.colors, type = "l",
transparency = NULL)
Arguments
object
a mathematical expression (see examples)
...
additional assignments to parameters and
limits
add
if TRUE, then overlay an existing plot
xlim
limits for x axis (or use variable names, see
examples)
ylim
limits for y axis (or use variable names, see
examples)
npts
number of points for plotting.
zlab
label for z axis (when in surface-plot mode)
lwd
line width for line graphs and contours
col
color for line graphs and contours
filled
fill with color between the contours
(TRUE
by default)
levels
levels at which to draw contours
nlevels
number of contours to draw (if
levels
not specified)
surface
draw a surface plot rather than a contour
plot
colorscheme
function (topo.colors
by
default) for choosing colors for fill
type
type of plot ("l"
by default)
transparency
number from 0 (transparent) to 1
(opaque) for the fill colors