R/BlankPlot.R

Defines functions BlankPlot

Documented in BlankPlot

BlankPlot <-
function(xrng=c(0,1),yrng=c(0,1), Main="", xlab="", ylab="", ...)
{
  graphics::plot(x = NA, y = NA, xlim = xrng, ylim = yrng, bty="n", ylab=ylab, xlab=xlab,axes = F,main=Main, ...)
}

Try the DiPALM package in your browser

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

DiPALM documentation built on June 28, 2022, 1:06 a.m.