R/integrate.hn.pt.R

Defines functions integrate.hn.pt

integrate.hn.pt<-function(keysc,upper){
   # integarte the half-Normal detection function for point transects
   2*pi*(keysc^2)*(1-exp(-(upper^2)/(2*keysc^2)))
}

Try the mmds package in your browser

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

mmds documentation built on May 2, 2019, 8:55 a.m.