movement_metrics | R Documentation |
Functions to calculate metrics such as straightness, mean squared displacement (msd), intensity use,
sinuosity, mean turn angle correlation (tac
) of a track.
straightness(x, ...)
cum_dist(x, ...)
tot_dist(x, ...)
msd(x, ...)
intensity_use(x, ...)
sinuosity(x, ...)
tac(x, ...)
x |
|
... |
Further arguments, none implemented. |
The intensity use is calculated by dividing the total movement distance (tot_dist
) by the square of the area of movement (= minimum convex polygon 100).
A numeric vector of length one.
abrahams2017amt
almeida2010amt
swihart1985amt
data(deer)
tot_dist(deer)
cum_dist(deer)
straightness(deer)
msd(deer)
intensity_use(deer)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.