calc_MFDI.Rd
Calculate Moorland Fire Danger Index
calc_MFDI(Rain, Temp, RH, Wind, Age, Time, Daily = FALSE)
Rainfall amount (mm)
Temperature (degrees C)
Relative humidity (RH)
Wind speed
Age of fuel (time since fire)
Vector of time values in minutes or days
If time data is daily set to TRUE, otherwise if it is in minutes set to FALSE
Moorland FDI
calc_MFDI(Rain=c(0,20,10,4), Temp=c(12,13,8,9), RH=c(55,87,90,67), Wind=c(5,8,9,9), Age=c(25,25,25,25), Time=c(1,2,3,4), Daily=TRUE) #> [1] 2.0108218 0.3181124 0.3468034 0.5548097