powered by
calculate absolute humidity \(\rho_w\) based on partial water vapor pressure \(e\) at temperature \(t\)
AH(e, t, isK = TRUE)
partial water vapor pressure in Pascal (Pa)
temperature in Kelvin (K) or in degree Celsius (<U+00B0>C)
logical indicator whether temperature is in Kelvin (K). The default value is TRUE.
numeric absolute humidity \(\rho_w\) (\(kg/m^3\))
WVP1, WVP2, RH, SH.
WVP1
WVP2
RH
SH
# NOT RUN { t <- 273.15 Es <- SVP(t) e <- WVP2(70, Es) AH(e, t) # }
Run the code above in your browser using DataLab