View source: R/horse_findIntervals.R
horse_findIntervals | R Documentation |
This function assigns intervals to sections of the data 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 "V" with velocity in m/min, col "Gait" with gait (1 = walk, 2 = trot, 3 = gallop)
horse_findIntervals(data)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.