ba_fmo: Burn area by FMO zone

Description Usage Arguments Details Value Examples

View source: R/fmo.R

Description

Generate a data frame of mean (across replicates) annual burn area by fire management options zones.

Usage

1
2
3
ba_fmo(in_dir, years, id = 0:5, labels = c("Unmanaged", "Limited",
  "Modified", "Critical", "Full", "Other"), fmo_layer = NULL,
  mask = NULL, mask_value = NULL)

Arguments

in_dir

input directory, a Maps directory for ALFRESCO run output.

years

integer.

id

integer, 0 through 5 available, pertaining to ID codes for FMO zones.

labels

character, labels for id values.

fmo_layer

raster layer, optional. If NULL, the standard FMO base map from the snapgrid package is used.

mask

character, optional mask: NULL, "ecoreg" for snappoly::ecoreg ecoregions, or "fmz" for snappoly::fmz Fire Management Zones. See details.

mask_value

character, ecoregion or FMZ name to mask by, not applicable if mask = NULL, in which case the full statewide Alaska JFSP ALFRESCO domain. See details.

Details

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.

Value

a data frame.

Examples

1
2
3
4
## Not run: 
ba_fmo(".", 1950:2013, 0:5)

## End(Not run)

leonawicz/alfresco documentation built on May 6, 2019, 4:59 p.m.