horse_findPhases: Horse Find Phases

View source: R/horse_findPhases.R

horse_findPhasesR Documentation

Horse Find Phases

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_findPhases(data)

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