R/mean.trapTransect.R

Defines functions `mean.trapTransect`

`mean.trapTransect` <-
function(x, ...) {
  return(weighted.mean(x$distances, w=x$seed.count, ...))
}

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.