Summarises each trajectory's [angular_velocity()] (signed turning rate, counter-clockwise positive) by the chosen statistic.
Arguments
- ts
A `Tracks`.
- stat
`"mean_abs"` (default) the typical turning magnitude; `"mean"` the signed net bias (opposite turns cancel); `"max_abs"` the sharpest turn; `"median_abs"` a robust turning magnitude.
- units
`"radians"` per second (default) or `"degrees"` per second.
- x_col, y_col
Names of the coordinate columns. Default to the `Tracks`'s recorded x/y columns.
