get_maxes | R Documentation |
Creates a "critical power" curve from a timeseries of power data.
get_maxes(fit, wthn = NULL)
fit |
data.frame containing a "datetime" and "power" column |
wthn |
second data.frame that overlaps the first. |
get_maxes(read_fit_file(system.file("fit/fit1.fit", package = "dualR")))
get_maxes(read_fit_file(system.file("fit/fit1.fit", package = "dualR")),
read_fit_file(system.file("fit/fit2.fit", package = "dualR")))
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.