View source: R/horse_GPSDist.R
horse_GPSDist | R Documentation |
This function calculates the distance (GPSDistance) in meters between locations from gps latitude (Lat) and longitude (Lon) 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)
horse_GPSDist(data)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.