R/empty.plot.R

Defines functions empty.plot

empty.plot <- 
function(ylimVec = c(0,1),xlimvec = c(0,1),ylabVec = "",MainVec = "",...)
{plot(1,xlim = xlimvec,type = "n",axes = F,xlab = "",ylab =ylabVec,ylim = ylimVec,main = MainVec,...)}

Try the mqqc package in your browser

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

mqqc documentation built on July 30, 2020, 3 p.m.