statsStops: generate stops statistics for a track

Description Usage Arguments Value See Also

View source: R/segments.R

Description

statsStops processes a gps track file to summarize start/stop data

Usage

1
statsStops(trackdf, segInitIdleAggSecs = 60, segInitIdleAggMeters = 20, ...)

Arguments

trackdf

data frame or tibble with gps track data

segInitIdleAggSecs

stops/restarts before this time has elapsed are discarded and the ride starts at the last start prior to this

segInitIdleAggMeters

stops/restarts within this distance of the initial start are discarded as above

...

parameters for processSegments, statsCadence, statsPower, statsHeartRate, statsGearing, statsGrade, statsSession

Value

a list containing summary data

See Also

read_ride, processSegments, statsCadence, statsPower, statsHeartRate, statsGearing, statsGrade, statsSession


CraigMohn/rideReadGPS documentation built on March 20, 2021, 11:57 a.m.