Learn R Programming

humidity (version 0.1.5)

SH: calculate specific humidity

Description

calculate specific humidity \(q\) based on partial water vapor pressure \(e\) under given atmospheric pressure \(p\)

Usage

SH(e, p = 101325)

Arguments

e

partial water vapor pressure in Pascal (Pa)

p

atmospheric pressure in Pascal (Pa). The default is standard atmospheric pressure of 101325Pa.

Value

numeric specific humidity \(q\) (\(kg/kg\))

See Also

WVP2, WVP2, AH, RH, MR.

Examples

Run this code
# NOT RUN {
t <- 273.15
Es <- SVP(t)
e <- WVP2(70, Es)
SH(e, p = 101325)
# }

Run the code above in your browser using DataLab