lung_vol_atps_btps: Convert Lung Volume from ATPS to BTPS

Description Usage Arguments Value Examples

View source: R/btps.R

Description

This function converts several lung volume parameters at ATPS (Ambient Temperature and Pressure Saturated) to BTPS (Body Temperature, Pressure, water vapor Saturated).

Usage

1
2
3
4
5
6
7
8
9
lung_vol_atps_btps(
  FEV1 = NA,
  FVC = NA,
  PEF = NA,
  TV = NA,
  IC = NA,
  EC = NA,
  VC = NA
)

Arguments

FEV1

(numeric) Forced Expiratory Volume in 1 second (L).

FVC

(numeric) Forced Vital Capacity (L)

PEF

(numeric) Peak Expiratory Flow (L/min)

TV

(numeric) Tidal Volume (L)

IC

(numeric) Inspiratory Capacity (L)

EC

(numeric) Expiratory Capacity (L)

VC

(numeric) Vital Capacity (L)

Value

A Tibble

Examples

1
lung_vol_atps_btps(FEV1 = 5, FVC = 10, PEF = 4, TV = 9, IC = 10, EC = 12, VC = 10)

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