Description Usage Arguments Value Author(s) Examples
Calculates partial water vapour pressure. Eq. 36 - ASHRAE Fundamentals Handbook 2002, Psychrometrics.
1 | par_w_press(hum.ratio, alt = 0)
|
hum.ratio |
Vector of humidity ratios [kg/kg]. |
alt |
Vector of altitudes [m]. Defaults to 0 m (sea level). |
Returns a vector of partial water vapour pressure [kPa].
Christoffer Rasmussen
1 2 3 4 5 | par_w_press(hum.ratio = 0.010)
hum.ratio <- rep(c(0.005, 0.010), 2)
alt <- rep(c(0, 500), each = 2)
par_w_press(hum.ratio, alt)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.