This is a shortcut call to plot.window
that has some
of the parameters set to different defaults than the usual values.
plotWindow(xlim, ylim, log = "", asp = NA, xaxs = "i", yaxs = "i", ...)
numeric of length 2, giving the x and y coordinates ranges.
character; indicating which axes should be in log scale.
numeric, giving the aspect ratio y/x.
style of axis interval calculation for the x-axis
style of axis interval calculation for the y-axis
further graphical parameters as in par
.