powered by
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", ... )
None
vectors with plotting limits.
horizontal and vertical labels.
style of the axis interval (see par).
par
character which specifies the x axis type (see par).
character specifying the border type (see par).
additional arguments used by plot
plot
Danail Obreschkow