R/fitmarkov.default.R

Defines functions fitmarkov.default

Documented in fitmarkov.default

fitmarkov.default <-
function(veg,t,adjust=FALSE,...) {
     o.fitmarkov<- rfitmarkov(veg,t,adjust=FALSE)
     o.fitmarkov$call<- match.call()
     cat("Call:\n") 
     class(o.fitmarkov) <- "fitmarkov"
     print(o.fitmarkov$call)
     o.fitmarkov
  }

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.