plot_blank: Generate a Blank Plot

View source: R/S04_Plotting.R

plot_blankR Documentation

Generate a Blank Plot

Description

This function generates a completely blank plot.

Usage

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)


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