Description Usage Arguments Value Examples
This function converts several lung volume parameters at ATPS (Ambient Temperature and Pressure Saturated) to lung volume at BTPS (Body Temperature, Pressure, water vapor Saturated).
1 2 3 4 5 6 7 8 9 10 |
temp |
(Numeric) Room Temperature in celsius when gas was collected. |
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) |
A Tibble
1 | lung_vol_atps_btps(temp = 30, FEV1 = 5, FVC = 10, PEF = 4, TV = 9, IC = 10, EC = 12, VC = 10)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.