air_density | R Documentation |
The density of the air, in kg/m3
air_density(t = 25, P = 1.013253)
t |
Temperature, |
P |
True pressure, bar |
The air density, in kg/m3
Karline Soetaert <karline.soetaert@nioz.nl>, Lorenz Meire <lorenz.meire@nioz.nl>
http://www.cactus2000.de/uk/unit/masshum.shtml
vapor
, air_spechum
,
gas_O2sat
, gas_satconc
,
gas_schmidt
, gas_solubility
,
gas_transfer
, atmComp
air_density(t = 25) # 1.183894
plot(0:30, air_density(t = 0:30), xlab = "Temperature, dgC", ylab = "kg/m3")
plot(x= seq(0.8,1.2, 0.01), y = air_density(P = seq(0.8,1.2, 0.01)),
xlab = "pressure, bar", ylab = "kg/m3")
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.