# NOT RUN {
data("runs", package = "trackeR")
## timeline plot applied on the trackeRdata object directly and with
## inferred limits for the time axis
timeline(runs)
## the same timeline plot applied on the trackeRdataSummary object
runSummary <- summary(runs)
timeline(runSummary, lims = c("00:01", "23:59"))
# }
Run the code above in your browser using DataLab