ba_fmo.Rd
Generate a data frame of mean (across replicates) annual burn area by fire management options zones.
ba_fmo(in_dir, years, id = 0:5, labels = c("Unmanaged", "Limited", "Modified", "Critical", "Full", "Other"), fmo_layer = NULL, mask = NULL, mask_value = NULL)
in_dir | input directory, a |
---|---|
years | integer. |
id | integer, 0 through 5 available, pertaining to ID codes for FMO zones. |
labels | character, labels for |
fmo_layer | raster layer, optional. If |
mask | character, optional mask: |
mask_value | character, ecoregion or FMZ name to mask by, not applicable if |
a data frame.
Options for Alaska ecoregion and Alaska fire management zone masking include "Arctic Tundra"
, "Bering Taiga"
, "Bering Tundra"
and "Intermontane Boreal"
and
eight FMZs ("DAS", "FAS", "GAD", "MID", "SWS", "TAD", "TAS", "UYD"), respectively.
The limited sets represent their spatial intersections with the JFSP ALFRESCO spatial domain.
# NOT RUN { ba_fmo(".", 1950:2013, 0:5) # }