R/screens.R

Defines functions `screens`

`screens` <-
function(n)
{
 ##X##   set up n screens for plotting in R
  ##X##  
 devl = dev.list()
 j = n-length(devl)
 if(j>0)
   {
for(i in 1:j)
  {
  ##  get(getOption("device"))()
   dev.new()
  }
}
}

Try the RSEIS package in your browser

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

RSEIS documentation built on Sept. 13, 2024, 1:09 a.m.