ppm2pa | R Documentation |
Convert pressure from PPM to Pascals
ppm2pa(ppm, P)
ppm |
Pressure value in umol/mol of class |
P |
Atmospheric pressure value in kPa of class |
\mathrm{Press}(kPa) = \mathrm{Press}(ppm) P(kPa)
\mathrm{Press}(Pa) = 1000 \mathrm{Press}(kPa)
Value in Pa of class units
ppm = set_units(400, "umol/mol")
P = set_units(101.325, "kPa")
ppm2pa(ppm, P)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.