## Not run:
# data(ridedata)
#
# plot(ridedata, xvar = "timer.min")
# plot(ridedata, xvar = "distance.km")
#
# ## With only two plots.
# plot(ridedata, y = c(2, 1))
#
# ## Using xlim, note that title metrics adjust.
# plot(ridedata, xvar = "timer.min", xlim = c(100, 150))
#
# ## Lap colouring.
# data(intervaldata)
# plot(intervaldata, xvar = "timer.min", laps = TRUE)
# ## End(Not run)
Run the code above in your browser using DataLab