co2_to_umol | R Documentation |
Given a measurement of co2, convert it from ppm to umol m-3 based on temperature and pressure. Also compute associated error via quadrature.
co2_to_umol(
temperature,
pressure,
co2,
temperature_err,
pressure_err,
co2_err,
zOffset
)
temperature |
Required. Soil temperature (degrees C) |
pressure |
Required. Barometric air pressure (kilopascal) |
co2 |
Carbon dioxide in ppm |
temperature_err |
Required. Reported Soil temperature error (degrees C) |
pressure_err |
Required. Reported Barometric air pressure error (kilopascal) |
co2_err |
Required. Carbon dioxide in ppm error |
zOffset |
Required. Surface depth (m). Reported as a negative number. |
A value of the converted co2
John Zobitz zobitz@augsburg.edu
co2_to_umol(31,96.3,654,.15,.05,9,-.05)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.