angular_speed: 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"))
Value
vector of turning angle.
Arguments
- x
data.frame with locations
- coord.names
names of coordinates column in x
Author
Remi Patin, Simon Benhamou.