horse_acc | R Documentation |
This function calculates the radial acceleration in meters per squaresecond from gps velocity (filtered) for multiple rides in the same dataframe The dataframe "data" has to be structured as follows: col "ID" with horse identifier, col "Zeit" with timestamp (tz = "Europe/Berlin"), col "Delta_t" with time difference in seconds, col "V_gefiltert" with filtered velocity in meters per minute
horse_acc(data)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.