View source: R/camera trap package E.r
Rowcliffe | R Documentation |
Calculate animal density using Rowcliffe's random encounter models.
Rowcliffe(x, r, theta, v, duration)
x |
A data.frame with column names "Lon", "Lat", "Group_size", "Date", "Time". |
r |
Detection range (km) of the camera. |
theta |
Detection angle of the camera |
v |
Mean velocity (km/h) of the animal. |
duration |
Days for camera trapping. |
Xinhai Li (Xinhai_li_edu@126.com)
attach(trapresult) Rowcliffe(trapresult, r=0.02, theta = 40, v = 2, duration = 40) # unit: km
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.