fmo_add_buffer.Rd
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)
out_dir | output directory. |
---|---|
file | output filename. |
unmanaged | numeric. |
limited | numeric. |
modified | numeric. |
full | numeric. |
critical | numeric. |
other | numeric. |
nothing is returned but a file is written to disk.
This function allows for adding a buffer of different radii (in meters) around any of the unique FMO zones.
# NOT RUN { fmo_add_buff(full = 5000) # }