hi | R Documentation |
Calculation of the heat index from temperature and relative humidity.
hi(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 et al. 2015, but adapted for degrees Celsius.
Heat index in degrees Fahrenheit.
A.Casanueva (22.03.2018).
## Not run: # load the meteorological variables for example data in Salamanca: data("data_obs") heatindex <- hi(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.