R/centroid.default.R

Defines functions centroid.default

Documented in centroid.default

centroid.default <-
function(nveg,grel,y,...) {
   o.centroid<- rcentroid(nveg,grel,y,...)
   class(o.centroid)<- "centroid"
   o.centroid$call<- match.call()
   cat("Call:\n") 
   print(o.centroid$call)
   o.centroid
 }

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.