R/mean.transectHolder.R

Defines functions mean.transectHolder

Documented in mean.transectHolder

mean.transectHolder <- function(x, ...){
  mean(sapply(x$transects, mean))
  }

Try the spuRs package in your browser

Any scripts or data that you put into this service are public.

spuRs documentation built on May 2, 2019, 12:44 p.m.