R/fspa.default.R

Defines functions fspa.default

Documented in fspa.default

fspa.default <-
function(veg,method,d.rev,n.groups,...) {
     o.fspa<- fspa2(veg,method,d.rev,n.groups)
     class(o.fspa)<- "fspa"
     o.fspa$call<- match.call()
     cat("Call:\n") 
     print(o.fspa$call)
     o.fspa
  }

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.