blankPlot: blank Plots

Description Usage Arguments

Description

This is a convinience wrapper function for creating a blank plot. You only need to suppy limits to initialise the plot. Then add to the plot using axis, points, lines, mtext, legend etc.

Usage

1
blankPlot(xlim = c(0, 1), ylim = c(0, 1), xaxs = "i", yaxs = "i")

Arguments

xlim

The x axis range

ylim

The y axis range

xaxs

Either "i" or "r". i fits the range exactly whilst r add a little white space to either end. Default is i here which is the reverse of plot().

yaxs

Either "i" or "r". i fits the range exactly whilst r add a little white space to either end. Default is i here which is the reverse of plot().


finite2/peter.utilities documentation built on May 16, 2019, 12:54 p.m.