| ck_fire_danger | R Documentation |
A simplified fire danger proxy based on temperature, humidity, wind speed, and recent precipitation. This is NOT the Canadian Forest Fire Weather Index (Van Wagner 1987); for the full FWI system, use the cffdrs package.
ck_fire_danger(tavg, humidity, wind_speed, precip)
tavg |
Numeric vector of temperatures (degrees C). |
humidity |
Numeric vector of relative humidity (percent, 0-100). |
wind_speed |
Numeric vector of wind speeds (km/h). |
precip |
Numeric vector of daily precipitation (mm). |
A data frame with columns value, index, and unit.
ck_fire_danger(
tavg = c(30, 25, 35),
humidity = c(20, 40, 15),
wind_speed = c(25, 10, 30),
precip = c(0, 5, 0)
)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.