activity-class: An S4 class to represent a Strava activity.

Description Slots

Description

An S4 class to represent a Strava activity.

Slots

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.


romanflury/StravaR documentation built on May 15, 2019, 1:11 p.m.