Description Usage Arguments Value Author(s) See Also Examples
View source: R/fire_index_functions.r
Calculates a relative humidity value, based on input temperature and dew point values.
1 | calc_humid(T, Dp)
|
T |
Temperature (C) |
Dp |
Dew point (C) |
A variable or vector containing relative humidity (%) values.
Grant Williamson
1 2 3 | Temp=23.5
DP=14.3
RH=calc_humid(Temp,DP)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.