View source: R/get_kcal_vo2_conversion.R
get_kcal_vo2_conversion | R Documentation |
Retrieve conversion factors from kilocalories to oxygen consumption
get_kcal_vo2_conversion(RER, kcal_table = c("Lusk", "Peronnet", "both"))
RER |
numeric. The respiratory exchange ratio |
kcal_table |
The table to reference for converting kilocalories to
oxygen consumption. See |
RER values are matched to the table entries based on the minimum absolute difference. If there is a tie, the lower RER is taken.
numeric vector giving the conversion factor from the specified table(s)
Peronnet, F., & Massicotte, D. (1991). Table of nonprotein respiratory quotient: an update. Can J Sport Sci, 16(1), 23-29.
Lusk, G. (1924). Analysis of the oxidation of mixtures of carbohydrate and fat: a correction. Journal of Biological Chemistry, 59, 41-42.
get_kcal_vo2_conversion(0.85, "both")
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.