View source: R/effectiveTemp.R
effectiveTemp | R Documentation |
Calculation of the effective temperature from temperature, relative humidity and wind.
effectiveTemp(tas, hurs, wind)
tas |
vector of air temperature in degC. |
hurs |
vector of relative humidity in %. |
wind |
vector of wind at 10m in m/s. |
Formula based on air temperature, relative humidity and wind, as it is calculated in Coccolo et al. 2016 and references therein.
Effective temperature in degC.
A.Casanueva (22.03.2018).
## Not run: # load the meteorological variables for example data in Salamanca: data("data_obs") et <- effectiveTemp(data_obs$tasmean, hurs=data_obs$hurs, wind=data_obs$wind) ## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.