Learn R Programming

miscset (version 1.0.0)

plotn: Plot Nothing (but a Plot)

Description

Create a plot, with empty elements by presetting default parameters.

Usage

plotn(x = 0:1, y = NULL, type = "n", xlab = "", ylab = "", xaxt = "n", yaxt = "n", frame.plot = F, ...)

Arguments

x
Coordinates of the points.
y
Coordinates of the y-axis.
type
Plot type.
xlab, ylab
Axis titles.
xaxt, yaxt
Axis types.
frame.plot
Plot the frame.
...
Forwarded arguments to plot.

Details

For details about the function see plot, which is called from plotn. More detailed information in plot.default and par.