data(cycling_data)
Wbal_plots(cycling_data, x = 2, CP = 300)
# Show just W' balance.
Wbal_plots(cycling_data, x = 2, n = 1)
# Zoom all plots to 20-40 km.
Wbal_plots(cycling_data, x = 2, CP = 300, xlim = c(20, 40))Run the code above in your browser using DataLab