Description Usage Arguments Value Examples
View source: R/SMP-framework-sub-functions.R
Computes the turning angle of an object.
1 | compute_turning_angle(bearing_vec_1, bearing_vec_2)
|
bearing_vec_1 |
A vector or numeric value of bearing angles. |
bearing_vec_2 |
A vector or numeric value of bearing angles, one observation ahead of bear_vec_1. |
The absolute turning angle or the change in bearing angles of an object in degrees.
1 | my_turning_angle <- compute_turning_angle(bearing_vec_1 = 90, bearing_vec_2 = 60)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.