R/seas.R

Defines functions seas

Documented in seas

seas<-function(x,ndx=stop("please, provide `ndx' in seas()")){
        r<-x
        #if(is.null(ndx)) ndx<-min(40,length(x)/4)
        attr(r,"ndx")<-ndx
        return(r)
        }

Try the modTempEff package in your browser

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

modTempEff documentation built on May 1, 2019, 10:08 p.m.