R/dewPoint.R
calcDewPoint.C.RdCalculation of dew point using the approach given in the following paper: Alduchov and Eskridge (1996), Improved Magnus' form approximation of saturation vapor pressure. J. Appl. Meteor., 35, 601–609.
calcDewPoint.C(RH, temp)
| RH | [in percentage] relative humidity, an integer or double value between 0 and 100. |
|---|---|
| temp | [°C] environmental temperature, an integer or double value between -20 and 60 °C |
dew point value (double)
#> [1] 15.04884