discomInd | R Documentation |
Calculation of the discomfort index from temperature and relative humidity.
discomInd(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 Coccolo et al. 2016 and references therein.
Discomfort index in degC.
A.Casanueva (22.03.2018).
## Not run: # load the meteorological variables for example data in Salamanca: data("data_obs") di <- discomInd(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.