Description Usage Arguments Details Value Examples
Function to a eliminate splits
1 | purgeSplits(data, splitsToEliminate = NULL)
|
data |
a list of dataframes for the activity splits |
splitsToEliminate |
(numeric vector) the indexes of the splits to eliminate from the map view. Default is NULL (no split is eliminated). |
This function allows to eliminate splits from the views and the summary tables. This can be useful when an activity includes rest intervals, and we are interest in metrics that would be biased by the low intensity rest interval (i.e. total intervals time for a 5X1Km session).
A list of data frames
1 2 3 | gpx <- intervalActivity
sp <- autoSplits(gpx)
purgedSplits <- purgeSplits(sp, splitsToEliminate = c(1,3,5,7,9,11,12))
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.