Description Usage Arguments Value Author(s) Examples
This function draws a plot using base R
graphics with no axes, no axis labels, no title, and no data.
It should usually be used in conjunction with other functions for
plotting in base R, such as points, lines,
rect, etc.
1 |
xlim |
x axis limits for the plot, as in |
ylim |
y axis limits for the plot, as in |
... |
additional graphical parameters |
No return value. Just draws the plot.
Robert Corty
1 2 3 4 5 6 |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.