powered by
This function create simple example using progression_table
progression_table
create_example( progression_table, reps = c(3, 5, 10), volume = c("intensive", "normal", "extensive"), type = c("grinding", "ballistic"), ... )
Data frame with the following structure
Type of the set and rep scheme
Number of reps performed
Volume type of the set and rep scheme
First progression step %1RM
Second progression step %1RM
Third progression step %1RM
Fourth progression step %1RM
Difference in %1RM between second and first progression step
Difference in %1RM between third and second progression step
Difference in %1RM between fourth and third progression step
Progression table function
Numeric vector. Default is c(3, 5, 10)
c(3, 5, 10)
Character vector. Default is c("intensive", "normal", "extensive")
c("intensive", "normal", "extensive")
Character vector. Type of max rep table. Options are grinding (Default), ballistic, and conservative
Extra arguments forwarded to progression_table
create_example(progression_RIR) # Create example using specific reps-max table and k value create_example( progression_RIR, max_perc_1RM_func = max_perc_1RM_modified_epley, kmod = 0.0388 )
Run the code above in your browser using DataLab