nplot {cooltools} | R Documentation |
Make empty plot area
Description
Open an empty plot
Usage
nplot(
xlim = c(0, 1),
ylim = c(0, 1),
xlab = "",
ylab = "",
xaxs = "i",
yaxs = "i",
xaxt = "n",
yaxt = "n",
bty = "n",
...
)
Arguments
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 |
Value
None
Author(s)
Danail Obreschkow
[Package cooltools version 2.4 Index]