R/longreset.R

Defines functions `longreset`

`longreset` <-
function(NPP, PS)
{

  if(PS==FALSE)
    {
      locator(1)
      kplot = 0
      par(mfrow=c(NPP,1))
    }
  else
    {
     
      print("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 Aug. 19, 2023, 5:07 p.m.