wbt.Stull | R Documentation |
Calculation of wet bulb temperature from temperature and relative humidity.
wbt.Stull(tas, hurs)
tas |
vector of air temperature in degC. |
hurs |
vector of relative humidity in %. |
Formulation from Stull 2011, Journal of Applied Meteorology and Climatology.
Wet bulb temperature in degC.
A.Casanueva (15.08.2016).
## Not run: # load the meteorological variables for example data in Salamanca: data("data_obs") wbt <- wbt.Stull(data_obs$tasmean, hurs=data_obs$hurs) ## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.