Description Usage Arguments Value Author(s) References See Also Examples
Calculates the Thermal Comfort Index Humidex for daily or hourly data series, based on the formula purposed by Masterton and Richardson (1979).
1 | humidex(temp,ur)
|
temp |
Numerical Vector of Mean Temperature Values in celsius |
ur |
Numerical Vector of Relative Humidity in percentual |
Numerical vectors containing the Humidex Index Values
Francisco Jablinski Castelhano - Laboclima/Univesidade Federal do Paran<c3><a1>
Masterton,J.M., Richardson,F.A.,Humidex ; a method of quantifying human discomfort due to excessive heat and humidity,Environment Canada,1979
https://www.ccohs.ca/oshanswers/phys_agents/humidex.html
1 2 | ##----Performing the Humidex calculation
humidex(temp=21.2,ur = 97)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.