Learn R Programming

NetRep (version 1.0.2)

emptyPlot: Create an empty plot window with the specified limits

Description

Create an empty plot window with the specified limits

Usage

emptyPlot(..., xlim, ylim, xlab = "", ylab = "", hardlim = TRUE)

Arguments

...
extra arguments to pass to plot.
xlim
limits for the x axis.
ylim
limits for the y axis.
xlab
label for the x axis.
ylab
label for the y axis.
hardlim
logical; if TRUE, the plot window is exactly constrained to the specified xlim and ylim.