convert_gPerday_to_mumolPers: convert gPerday to mumolPers

View source: R/convertUnits.R

convert_gPerday_to_mumolPersR Documentation

convert gPerday to mumolPers

Description

convert from g C / day to mumol CO2 / second

Usage

convert_gPerday_to_mumolPers(flux, molarMass = 12.011)

Arguments

flux

numeric vector or array: flux

molarMass

numeric scalar: the molar mass of the element of interest (default carbon) in g/mol

Value

numeric vector of flux in other units

Author(s)

Thomas Wutzler, Oscar Perez Priego

See Also

convert_mumolPers_to_gPerday

RespChamberProc

Examples

molFlux = c(1,10)
massFlux = convert_mumolPers_to_gPerday(molFlux)
convert_gPerday_to_mumolPers(massFlux)

bgctw/RespChamberProc documentation built on Jan. 4, 2024, 6:12 a.m.