R/add_movement_functions.R
add_speed.Rd
Takes a movement data frame and calculates the row-by-row speed
add_speed(df)
Movement data frame. Expects columns `rot_x`, `rot_y`, `rot_z`, `time`.
Input data frame with column `speed` added.