blank_plot: Generate a Blank Plot

View source: R/S08_Legacy.R

blank_plotR Documentation

Generate a Blank Plot

Description

This function generates a completely blank plot.

Usage

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)

rettopnivek/arfpam documentation built on Oct. 20, 2024, 7:24 p.m.