validate_object_direction_change | R Documentation |
Check direction changes for single object trajectory
validate_object_direction_change( trajectory1, change_angle = 30, min_interval = 0.2 )
trajectory1 |
Trajectory featuring only one object |
change_angle |
Angle value in degrees. Direction changes beyond this value are considered large. |
min_interval |
Time in seconds, which should pass between too large direction changes. |
Logical. 'TRUE' if each pair of consecutive bounces is separated by at least 'min_interval' seconds.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.