horse_findIntervals: Horse Find Intervals

View source: R/horse_findIntervals.R

horse_findIntervalsR Documentation

Horse Find Intervals

Description

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)

Usage

horse_findIntervals(data)

KatiKirsch/horses documentation built on April 25, 2022, 4:55 p.m.