R/figPlotRegion.R

figPlotRegion <- function(x, y, xlab = NA, ylab = NA, axes=FALSE, type='n')
#wrapper for plot with defaults for our typical use of blank plot region with
#no data, axes, or labels  
{
  plot(x, y, xlab=xlab, ylab=ylab, axes=axes,type=type)
}

Try the lmSupport package in your browser

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

lmSupport documentation built on May 2, 2019, 2:14 p.m.