horse_acc: Horse Acceleration

View source: R/horse_acc.R

horse_accR Documentation

Horse Acceleration

Description

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

Usage

horse_acc(data)

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