novice_linear_progression | R Documentation |
Programming template for Novice Linear Progression
novice_linear_progression(increment_percentage = 0.025, ...)
increment_percentage |
the increase in weight percentage on subsequent days in the cycle |
... |
Some program functions take arguments for percentage schemes; the ellipsis lets other programming functions accept those arguments without tripping error checks. |
a list of template elements, including name, duration, rep-max
on which percentages are based, schedule
. Note that this NLP is based on a a single 4-day cycle; most NLPs consist of repeating an A/B exercise three times per week, or 3 cycles over a two-week period. This cycle can be converted to a MWF format using the adjust_schedule
function.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.