nplot | R Documentation |
Open an empty plot
nplot(
xlim = c(0, 1),
ylim = c(0, 1),
xlab = "",
ylab = "",
xaxs = "i",
yaxs = "i",
xaxt = "n",
yaxt = "n",
bty = "n",
...
)
xlim , ylim |
vectors with plotting limits. |
xlab , ylab |
horizontal and vertical labels. |
xaxs , yaxs |
style of the axis interval (see |
xaxt , yaxt |
character which specifies the x axis type (see |
bty |
character specifying the border type (see |
... |
additional arguments used by |
None
Danail Obreschkow
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.