The net (average) velocity vector of each trajectory: its straight-line displacement divided by its elapsed duration. The magnitude is the net speed and `atan2(vy, vx)` the overall direction of travel (so a path returning to its start has zero net velocity). Distance-calibrated when a scale is set.
Value
A `data.frame` with one row per trajectory: the id column and numeric `vx`, `vy` (`NA` for tracks with fewer than two points or zero duration).
