Rowcliffe: Estimate number of individuals using Rowcliffe's equation...

View source: R/camera trap package E.r

RowcliffeR Documentation

Estimate number of individuals using Rowcliffe's equation (Rowcliffe 2008)

Description

Calculate animal density using Rowcliffe's random encounter models.

Usage

Rowcliffe(x, r, theta, v, duration)

Arguments

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.

Author(s)

Xinhai Li (Xinhai_li_edu@126.com)

Examples


attach(trapresult)
Rowcliffe(trapresult, r=0.02, theta = 40, v = 2, duration = 40) # unit: km


Xinhai-Li/Rcameratrap documentation built on March 22, 2022, 9:57 a.m.