Gather x, y, and z columns into a single axis column and
normalize the t column to begin at t = 0.
tidy_sensor_data(sensor_data)
Arguments
| sensor_data |
A data frame with a time column t,
and at least one additional axial column. |
Value
Sensor data in tidy format.