weir_equation: Calculate energy expenditure using the Weir equation

View source: R/Metabolic_Equations.R

weir_equationR Documentation

Calculate energy expenditure using the Weir equation

Description

Calculate energy expenditure using the Weir equation

Usage

weir_equation(VO2, VCO2, epochSecs)

Arguments

VO2

Oxygen consumption

VCO2

Carbon dioxide production

epochSecs

The averaging window of the metabolic data, in seconds

Examples

weir_equation(3.5, 3.1, 60)


paulhibbing/PAutilities documentation built on Sept. 12, 2022, 1:46 a.m.