Define flammability map
defineFlammable(
LandCoverClassifiedMap = NULL,
nonFlammClasses = c(0L, 25L, 30L, 33L, 36L, 37L, 38L, 39L),
mask = NULL,
to = NULL,
filename2 = NULL
)
A Raster
that represents land cover
(e.g., Land Cover Classified map from 2005 or 2010 from the Canadian Forest Service).
numeric vector defining which classes in LandCoverClassifiedMap
.
A raster to use as a mask (see raster::mask()
).
Passed to postProcessTo(..., to = to)
and to the mask
arg here, if
mask
is not supplied.
See reproducible::postProcess()
. Default NULL
.