moveBias: Show how likely the animal would turn during moving

View source: R/camera trap package E.r

moveBiasR Documentation

Show how likely the animal would turn during moving

Description

Plot the probability density of step length, and probability density of turning angle between two steps. The step length can be defined by "scale" as the distance between every one second, two seconds, etc.

Usage

moveBias(chain, scale, plot)

Arguments

chain

A data.frame with column names "Lon", "Lat", and "Date", in the order of recording time at the interval of one second

scale

A value defining the step length

Author(s)

Xinhai Li (Xinhai_li_edu@126.com)

Examples


 attach(footprintchain)
 moveBias(footprintchain, scale=2, plot=T)


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