get_btps_factor: Get BTPS Correction factor

Description Usage Arguments Value Examples

View source: R/btps.R

Description

Compute correction factor to convert gas volumes from room temperature saturated to BTPS, assuming that gas was sampled at barometric pressure of 760 mmHg.

Usage

1

Arguments

temp

(Numeric) Room Temperature when gas was collected.

Value

A numeric factor to convert volume of gas to 37 celsius saturated

Examples

1
2
3
4
# If temp in lookup table, simply use BTPS Correction factor from the table
get_btps_factor(20)
# If temp not in lookup table, use prediction by linear model.
get_btps_factor(20.5)

Lightbridge-AI/physiolab documentation built on Feb. 24, 2022, 1:35 a.m.