R/longreset.R

Defines functions `longreset`

`longreset` <-
function(NPP, PS)
{
 
  if(PS==FALSE)
    {
      locator(1)
      kplot = 0
      par(mfrow=c(NPP,1))
    }
  else
    {
     
      message("Ending postscript")
      dev.off()
      kplot = 0
    }

  return(kplot)
}

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.