plotn {miscset} | R Documentation |
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 |
Details
For details about the function see plot, which is called from
plotn
. More detailed information in plot.default and
par.
Author(s)
Sven E. Templer
[Package miscset version 1.1.0 Index]