Description Usage Arguments Value Examples
This function plots the calculated volume (reps * weights) per day.
1 | plotVolume(df, group_workouts = TRUE, fit = "lm", facet = TRUE)
|
df |
A dataframe |
group_workouts |
Whether to split workouts or show it all grouped. True = Grouped |
fit |
Fit the data, using 'lm' or 'loess' |
facet |
Whether to facet your workouts, defaults to True |
ggplot object
1 2 | df <- simData(25, 1)
plotVolume(df, group_workouts = FALSE)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.