| emptyplot {LSD} | R Documentation |
Calls an empty graphics device with a coordinate system of choice.
emptyplot(xlim = c(-1, 1), ylim = c(-1, 1), ...)
xlim |
x limits, standard graphics parameter. |
ylim |
y limits, standard graphics parameter. |
... |
additional parameters to be passed to points and plot. |
Bjoern Schwalb
emptyplot()