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)


PAutilities documentation built on Aug. 21, 2022, 9:05 a.m.