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