| e1rm | R Documentation |
Estimated one rep max
e1rm(weight, reps, rpe, pct1rm_func)
e1rm_rts(...)
e1rm_helms(...)
e1rm_brzycki(...)
weight |
Numeric vector of weights, one entry per set. |
reps |
Numeric vector of reps, one entry per set. |
rpe |
Numeric vector of RPEs, one entry per set. |
pct1rm_func |
A function which takes |
... |
Arguments passed to |
A numeric vector of estimated one rep max values for each set.
e1rm(c(400, 300), c(1, 10), c(9, 6), pct1rm_rts)
e1rm_rts(c(400, 300), c(1, 10), c(9, 6))
e1rm_helms(c(400, 300), c(1, 10), c(9, 6))
e1rm_brzycki(c(400, 300), c(1, 10), c(9, 6))
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.