This function generates a completely blank plot.

plot_blank(x = c(0, 1), y = c(0, 1), guidelines = FALSE, cex = 0.8)

Arguments

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 TRUE displays guidelines and details regarding the figure margins to aid in axis and legend specifications.

Value

An empty plot.

Examples

# With margin info
plot_blank(guidelines = TRUE)