horse_COT | R Documentation |
This function calculates the Oxygen Cost of Transport (COT in ml/kg) from gps distance, acceleration and elevation 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 "GPSDistance" with gps distance in m col "Acceleration" with radial acceleration in m/s^2 col "Altitude" with elevation in m
horse_COT(data)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.