plotVolume: Plot volume per day

Description Usage Arguments Value Examples

Description

This function plots the calculated volume (reps * weights) per day.

Usage

1
plotVolume(df, group_workouts = TRUE, fit = "lm", facet = TRUE)

Arguments

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

Value

ggplot object

Examples

1
2
df <- simData(25, 1)
plotVolume(df, group_workouts = FALSE)

MarijnJABoer/HeavySetR documentation built on May 22, 2019, 5:31 p.m.