R/plotWindow.R

Defines functions plotWindow

Documented in plotWindow

plotWindow <- function(xlim, ylim,
                       log = "", asp = NA,
                       xaxs = "i", yaxs = "i",
                         ...){
  plot.window(xlim = xlim,
              ylim = ylim,
              log = log,
              asp = asp,
              xaxs = xaxs,
              yaxs = yaxs, ...)
}

Try the tis package in your browser

Any scripts or data that you put into this service are public.

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