Learn R Programming

tis (version 1.23)

plotWindow: Set up Coordinates for Graphics Window

Description

This is a shortcut call to plot.window that has some of the parameters set to different defaults than the usual values.

Usage

plotWindow(xlim, ylim, log = "", asp = NA, xaxs = "i", yaxs = "i", ...)

Arguments

xlim, ylim
numeric of length 2, giving the x and y coordinates ranges.
log
character; indicating which axes should be in log scale.
asp
numeric, giving the aspect ratio y/x.
xaxs
style of axis interval calculation for the x-axis
yaxs
style of axis interval calculation for the y-axis
...
further graphical parameters as in par.

See Also

plot.window