Calculates Moorland FDI Fuel Moisture
     
    
    Usage
    get_moor_FM(Temp, Humid, RainHours, RainAmount)
 
     
    
    Arguments
- Temp
 
Temperature in degrees C
 
- Humid
 
Humidity percentage
 
- RainHours
 
Number of hours over which rainfall fell
 
- RainAmount
 
Amount of rainfall (mm)
 
 
    
    Value
    Moorland Fuel Moisture
     
    
    Examples
    get_moor_FM(12,87,24,22)
#> [1] 32.99687