Save fire management options ratios maps.

save_fmo_ratios(type = "both", out_dir = ".", unmanaged = 1,
  limited = 1, modified = 1, full = 1.25, critical = 2,
  other = 1, width = 1000, height = 1000)

Arguments

type

character, "sensitivity", "ignition" or "both".

out_dir

output directory.

unmanaged

numeric, ratio value to set for unmanaged grid cells.

limited

numeric, ratio value to set for limited fire management grid cells.

modified

numeric, ratio value to set for modified fire management grid cells.

full

numeric, ratio value to set for full fire management grid cells.

critical

numeric, ratio value to set for critical fire management grid cells.

other

numeric, ratio value to set for any other grid cells.

width

numeric, png width.

height

numeric, png height.

Details

This functions save a geotiff of the FMO ratios raster layer and an accompanying png graphic. If type = "both", the same pair of files is saved for ALFRESCO ignition factor input geotiff suppression and ALFRESCO fire sensitivity input geotiff suppression. It uses swfmo from the snapgrid package. The snapgrid package also includes swratios, the same FMO ratios map that this function creates using default arguments.

Examples

# NOT RUN {
save_fmo_ratios()
# }