Description Usage Arguments Value Examples
Compute correction factor to convert gas volumes from room temperature saturated to BTPS, assuming that gas was sampled at barometric pressure of 760 mmHg.
1 | get_btps_factor(temp)
|
temp |
(Numeric) Room Temperature when gas was collected. |
A numeric factor to convert volume of gas to 37 celsius saturated
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)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.