R/movement-features.R
compute_bearing.Rd
Compute bearings
compute_bearing(x, y, angle_convention = c("mathematical", "bearing"))
Numeric coordinate vectors.
Angle convention. "mathematical" means zero is east and angles increase counterclockwise. "bearing" means zero is north and angles increase clockwise.
"mathematical"
"bearing"
Numeric vector of bearings in radians. The first value is NA.
NA
Other movement helpers: as_step_data(), augment_momentuHMM_angles(), compute_step_length(), compute_turn_angle(), geom_circular_point(), geom_direction_arrow(), mutate_directional_features(), plot_state_angles()
as_step_data()
augment_momentuHMM_angles()
compute_step_length()
compute_turn_angle()
geom_circular_point()
geom_direction_arrow()
mutate_directional_features()
plot_state_angles()