humidex | R Documentation |
Calculation of humidex from temperature and relative humidity.
humidex(tas, hurs)
tas |
vector of air temperature in degC. |
hurs |
vector of relative humidity in %. |
Formula based on air temperature and relative humidity, as it is calculated in Buzan 2015 GMD and references therein.
Humidex values in degC.
A.Casanueva (22.03.2018).
## Not run: # load the meteorological variables for example data in Salamanca: data("data_obs") hum <- humidex(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.