Usage
calc_risk(prop_table, datdf)
Arguments
- prop_table
Table with required fields created by genereate_property_fields()
- datdf
Data frame containing fuel data, including Vegetation_Category, Vegetaion_Type, Vegetation_Community, SFFL (Surface fine fuel load), OFFL (overall fine fuel load) and HGT (Height of elevated fuels in m)
Value
Data frame with fields FBW for fuel break width, FL for fireline intensity (kW), and DRisk for the risk index (difference between distance to vegetation and fuel break width)
Examples
if (FALSE) { # \dontrun{
output <- calc_risk(data_points,fuel_types)
} # }