blank | R Documentation |
A simple wrapper on plot
with all
default values set to create a blank plot space.
Specifically, x = 1
, y = 1
, type = "n"
,
xlab = ""
, ylab = ""
, xaxt = "n"
, yaxt = "n"
,
and bty = "n"
. Any of the input values can be overwritten within
this function's call.
blank( x = 1, y = 1, type = "n", xlab = "", ylab = "", xaxt = "n", yaxt = "n", bty = "n", ... )
x |
Set to |
y |
Set to |
type |
Set to |
xlab |
Set to |
ylab |
Set to |
xaxt |
Set to |
yaxt |
Set to |
bty |
Set to |
... |
Additional arguments sent to |
## Not run: blank() ## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.