This function generates a completely blank plot.

blank_plot(xDim = c(0, 1), yDim = c(0, 1), margins = FALSE, cex = 1)

Arguments

xDim

The lower and upper boundaries for the x-axis.

yDim

The lower and upper boundaries for the y-axis.

margins

Logical; if TRUE displays guidelines and details regarding the figure margins to aid in axis and legend specifications.

cex

Text size to use when marking axis line positions.

Value

An empty plot.

Examples

# With margin info
blank_plot(margins = TRUE)