R/one.R

Defines functions `one`

`one` <-
function()
  {
##X## plot using only one plot per page
    par(mfrow=c(1,1))

  }

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.