one_rep_max_for_program | R Documentation |
Provides a one-rep maximum for each lift variant in a weightlifting log
one_rep_max_for_program( lifts_in_program = NULL, method = "epley", roll.window = 5, ... )
lifts_in_program |
A data frame containing at least the following elements: |
method |
The estimation technique to use; a list is available with |
roll.window |
The rolling number of estimated maximums against which the threshold will be compared. Defaults to 8 in order to capture a reasonable max-effort attempt during a cycle which may contain volume, light, or accessory work on the same lift. Lower values can be used to compensate for layoffs. |
... |
Other arguments that may be passed to other functions. |
A table of one-rep maxes for each exercise, equipment, variant
combination
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.