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)
}
brian-j-smith/boa documentation built on May 12, 2019, 5:43 a.m.