empty.plot | R Documentation |
Creates an empty scatter plot that is equal to the function call:
plot(1,lwd=0,axes=F,xlab="",ylab="",...)
empty.plot(..., xlab = "", ylab = "", new=T, add=!new, n=1, axes = F)
... |
other arguments of the generic x-y plotting fucntion plot. |
xlab, ylab |
label for the x- and y-axis of the plot (default is empty). |
new, add |
whether to show add plot to a current plot device or to start a new figure (default is: new= |
n |
number of figures to be plotted (default is 1) |
axes |
whether to show plot axes (default is |
Robert K. Bauer
empty.plot()
title("empty plot")
box()
axis(1)
axis(2)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.