R/overly.default.R

Defines functions overly.default

Documented in overly.default

overly.default<- function(veg,Plot.no,y,sint,...) {
    o.overly<- overly2(veg,Plot.no,y,sint)
    o.overly$call<- match.call()
    cat("Call:\n")
    class(o.overly) <- "overly"
    print(o.overly$call)
    o.overly
    nt<- o.overly$n.tsteps
    cat("Number of time steps in new time series:  ",nt,"\n")
    cat("Time span of the new time series:          0 -",o.overly$tsteps[nt],"\n")
    o.overly
}

Try the dave package in your browser

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

dave documentation built on May 2, 2019, 1:30 p.m.