nullplot: nullplot

View source: R/nullplot.R

nullplotR Documentation

nullplot

Description

Make an plot with nothing in it

Usage

nullplot(x1 = 0, x2 = 1, y1 = 0, y2 = 1, xlab = "", ylab = "", ...)

Arguments

x1

lowest x-axis value

x2

largest x-axis value

y1

lowest y-axis value

y2

largest y-axis value

xlab

x-axis title, defaults to no title

ylab

y-axis title, defaults to no title

...

further arguments passed on to plot

Examples

nullplot()


rafalib documentation built on April 11, 2025, 5:51 p.m.

Related to nullplot in rafalib...