angular_speed {segclust2d} | R Documentation |
Calculate angular speed along a path
Description
angular_speed
calculate turning angle between locations, taking a
dataframe as input.
Usage
angular_speed(x, coord.names = c("x", "y"))
Arguments
x |
data.frame with locations |
coord.names |
names of coordinates column in |
Value
vector of turning angle.
Author(s)
Remi Patin, Simon Benhamou.
[Package segclust2d version 0.3.3 Index]