blank_plot | R Documentation |
This function generates a completely blank plot.
blank_plot(xDim = c(0, 1), yDim = c(0, 1), margins = FALSE, cex = 1)
xDim |
The lower and upper boundaries for the x-axis. |
yDim |
The lower and upper boundaries for the y-axis. |
margins |
Logical; if |
cex |
Text size to use when marking axis line positions. |
An empty plot.
# With margin info
blank_plot(margins = TRUE)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.