## Not run:
# data("runs", package = "trackeR")
# ## plot heart rate and pace for the first 3 sessions
# plot(runs, session = 1:3)
# ## plot raw speed data for session 4
# plot(runs, session = 4, what = "speed", threshold = FALSE, smooth = FALSE)
# ## threshold speed variable
# plot(runs, session = 4, what = "speed", threshold = TRUE, smooth = FALSE,
# variable = "speed", lower = 0, upper = 10)
# ## and smooth (thresholding with default values)
# plot(runs, session = 4, what = "speed", threshold = TRUE,
# smooth = TRUE, width = 15, parallel = FALSE)
# ## End(Not run)
Run the code above in your browser using DataLab