View source: R/camera trap package E.r
moveBias | R Documentation |
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.
moveBias(chain, scale, plot)
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 |
Xinhai Li (Xinhai_li_edu@126.com)
attach(footprintchain) moveBias(footprintchain, scale=2, plot=T)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.