flux_drygas | R Documentation |
Corrects for the amount of water vapor inside the air
flux_drygas(conc_df, gas_wet, h2o_wet)
conc_df |
dataframe of gas concentration over time |
gas_wet |
the gas to correct |
h2o_wet |
water vapor concentration before correction (in mmol/mol) |
the correction is done as follows gas_dry = gas_wet / (1 - (h2o_wet / 1000))
the same dataframe with the additional column [gas_wet]_dry
in the
same unit as gas_wet
data(wet_conc)
flux_drygas(wet_conc, co2, h2o)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.