Become an expert in R — Interactive courses, Cheat Sheets, certificates and more!
Get Started for Free

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


tis

Time Indexes and Time Indexed Series

v1.38
Unlimited
Authors
Jeff Hallman <jeffhallman@gmail.com>
Initial release

We don't support your browser anymore

Please choose more modern alternatives, such as Google Chrome or Mozilla Firefox.