data("runs", package = "trackeR")
dProfile <- distributionProfile(runs, session = 1:2,
what = "speed", grid = seq(0, 12.5, by = 0.05))
plot(dProfile, smooth = FALSE)
plot(dProfile, smooth = FALSE, multiple = TRUE)
plot(dProfile, multiple = TRUE)
Run the code above in your browser using DataLab