Description Usage Arguments Details Value See Also Examples
Heat index based on temperature and relative humidity. Useful for describing simultaneously hot and moist conditions, such as those that may limit positive carbon balance for lichens.
1 |
TC |
vector of temperature values (in Celsius). |
RH |
vector of relative humidity values (as a percentage [0,100]). |
round |
integer, number of digits to round to. |
... |
further arguments passed to other functions. |
The heat index approximates ‘experienced’ heat.
vector of heat index values, in Celsius.
https://www.wpc.ncep.noaa.gov/html/heatindex_equation.shtml for the algorithm, and heat.index for a more complicated adaptation.
1 2 3 4 5 6 7 8 |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.