R/boa.plot.open.R

"boa.plot.open" <- function()
#-------------------------------------------------------------------------------
#-------------------------------------------------------------------------------
{
   do.call(options()$device, args = list())
   created <- dev.cur()
   boa.par(dev.list = intersect(c(boa.par("dev.list"), created), dev.list()))

   return(created)
}

Try the boa package in your browser

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

boa documentation built on May 1, 2019, 9:12 p.m.