horse_filter: Horse Filter

View source: R/horse_filter.R

horse_filterR Documentation

Horse Filter

Description

This function filters the velocity and heart rate 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 "Lat" with Latitude (decimal), col "Lon" with Longitude (decimal), col "HF" with heart rate in bpm, col "V" with velocity in m/min

Usage

horse_filter(data)

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