R/vvelocity.default.R

Defines functions vvelocity.default

Documented in vvelocity.default

vvelocity.default <-
function(pveg,timescale,y,...) {
     o.vvelocity<- vvelocity2(pveg,timescale,y)
     o.vvelocity$call<- match.call()
     cat("Call:\n") 
     class(o.vvelocity) <- "vvelocity"
     print(o.vvelocity$call)
     o.vvelocity
     }

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.