plotWindow: Set up Coordinates for Graphics Window

Description Usage Arguments See Also

View source: R/plotWindow.R

Description

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

Usage

1
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


tis documentation built on Sept. 29, 2021, 1:06 a.m.