Add a buffer around any FMO zone in the FMO zone raster base map.

fmo_add_buffer(out_dir = ".", file = "fmo_buffer.tif",
  unmanaged = NULL, limited = NULL, modified = NULL, full = NULL,
  critical = NULL, other = NULL)

Arguments

out_dir

output directory.

file

output filename.

unmanaged

numeric.

limited

numeric.

modified

numeric.

full

numeric.

critical

numeric.

other

numeric.

Value

nothing is returned but a file is written to disk.

Details

This function allows for adding a buffer of different radii (in meters) around any of the unique FMO zones.

Examples

# NOT RUN {
fmo_add_buff(full = 5000)
# }