R/speedprof.default.R

Defines functions speedprof.default

Documented in speedprof.default

speedprof.default <-
function(veg,timescale,orders,y=1,adjust,...) {
     o.speedprof<- speedprof2(veg,timescale,orders,y=1,adjust)
     o.speedprof$call<- match.call()
     cat("Call:\n") 
     class(o.speedprof) <- "speedprof"
     print(o.speedprof$call)
     o.speedprof
     }

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.