calculate_plates: Calculate which plates are needed for a lift

Description Usage Arguments Value Examples

View source: R/strength.R

Description

\lifecycle

stable

Calculate the plates that are needed for a lift, taking into consideration which plates are available and the bar weight.

Usage

1
calculate_plates(lift, bar = 20, plates = c(1.25, 2.5, 5, 10, 20))

Arguments

lift

The weight being lifted

bar

Weight of the bar, Default: 20

plates

Available plates, Default: c(1.25, 2.5, 5, 10, 20)

Value

List of plates per side

Examples

1
2
3
4
calculate_plates(97.5)
calculate_plates(45, bar = 10)
calculate_plates(225, bar = 20, plates = c(2.5,5,10,25,35))
calculate_plates(41)

MarijnJABoer/befitteR documentation built on April 24, 2020, 5:43 a.m.