Description Usage Arguments Examples
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.
1 2 |
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 |
1 2 3 4 | ## Not run:
blank()
## End(Not run)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.