emptyplot | R Documentation |
Creates a plotting region, bounded by xlim and ylim; without axes, labels, titles, useful for plotting shapes.
emptyplot(xlim = c(0, 1), ylim = xlim, asp = 1, frame.plot = FALSE,
col = NULL, ...)
xlim |
the x limits (min,max) of the plot. |
ylim |
the y limits (min,max) of the plot. |
asp |
the y/x aspect ratio. |
frame.plot |
to toggle off drawing of a bounding box. |
col |
the background color. |
... |
arguments passed to R-function plot. |
Karline Soetaert <karline.soetaert@nioz.nl>
plot
, plot.default
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.