get_work_summary | R Documentation |
get summary of kj generated from a power time series
get_work_summary(
fit,
wthn = NULL,
bins = c(seq(0, 1000, 50), 5000),
labels = bins[1:length(bins) - 1]
)
fit |
data.frame containing a "datetime" and "power" column |
wthn |
second data.frame that overlaps the first. |
bins |
numeric sequence defining bin edges |
labels |
length(bins) - 1 length labels for output |
data.frame with bin (factor) and work (numeric) columns
get_work_summary(read_fit_file(system.file("fit/fit1.fit", package = "dualR")))
get_work_summary(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.