Description Usage Arguments Value Author(s) See Also Examples
View source: R/fire_index_functions.r
A function to convert temperature and relative humidity data into a dew point value.
1 | calc_dew(T, RH)
|
T |
Temperature (C) |
RH |
Relative humidity (%) |
A variable or vector containing dew point values in C.
Grant Williamson
1 2 3 | Temp=34
RH=56
dp = calc_dew(Temp,RH)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.