Calculate Angles for a Track
Usage
calculate_angles_for_track(track_data, x, y)
Arguments
- track_data
Data frame containing the track data with columns 'x' and 'y'
- x
The colum name with the x-coordinates of the 2D motion capture
- y
The colum name with the y-coordinates of the 2D motion capture
Value
Numeric vector of angles for the track.