plot.blank | R Documentation |
Make a blank plot
Shortcut for making blank plot with no axes
## S3 method for class 'blank'
plot(
xlim = c(0, 1),
ylim = c(0, 1),
xlab = "",
ylab = "",
axes = F,
bg.col = "white",
...
)
Marcin Imielinski
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.