emptyplot {LSD} | R Documentation |
Wrapper function for an empty graphics device
Description
Calls an empty graphics device with a coordinate system of choice.
Usage
emptyplot(xlim = c(-1, 1), ylim = c(-1, 1), ...)
Arguments
xlim |
x limits, standard graphics parameter. |
ylim |
y limits, standard graphics parameter. |
... |
additional parameters to be passed to points and plot. |
Author(s)
Bjoern Schwalb
See Also
Examples
emptyplot()
[Package LSD version 4.1-0 Index]