An S4 class to represent a Strava activity.
name
the name of the Strava activity (character).
By default name = NA_character_
.
type
the type of the Strava activity (character), like "Ride", "Run", etc.
By default type = NA_character_
.
lat
a numeric vector, containing the recorded lattidue coordinates.
By default lat = NULL
.
lon
a numeric vector, containing the recorded longitude coodinates.
By default lon = NULL
.
distances
a numeric vector containing the distances between the lat/lon coodrinates in meter.
Starts at zero.
By default distances = NULL
.
elevations
a numeric vector conaining the elevation in meters, for every recorded point.
By default elevations = NULL
.
times
a numeric vector containing the time differences between recorded points.
Starts at zero.
By default times = NULL
.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.