powered by
par(new = TRUE)
smth_plot(data, x = "timer.s", yraw = "power.W", ysmth = "power.smooth.W", xlim = NULL, ...)
plot()
data(cycling_data) smth_plot(cycling_data, timer.s, power.W, power.smooth.W) # Default arguments.
Run the code above in your browser using DataLab