View source: R/Metabolic_Equations.R
weir_equation | R Documentation |
Calculate energy expenditure using the Weir equation
weir_equation(VO2, VCO2, epochSecs)
VO2 |
Oxygen consumption |
VCO2 |
Carbon dioxide production |
epochSecs |
The averaging window of the metabolic data, in seconds |
numeric scalar indicating predicted energy expenditure from the Weir equation, based on the inputs
De V Weir, J. B. (1949). New methods for calculating metabolic rate with special reference to protein metabolism. The Journal of physiology, 109(1-2), 1.
weir_equation(3.5, 3.1, 60)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.