Define flammability map

defineFlammable(
  LandCoverClassifiedMap = NULL,
  nonFlammClasses = c(0L, 25L, 30L, 33L, 36L, 37L, 38L, 39L),
  mask = NULL,
  to = NULL,
  filename2 = NULL
)

Arguments

LandCoverClassifiedMap

A Raster that represents land cover (e.g., Land Cover Classified map from 2005 or 2010 from the Canadian Forest Service).

nonFlammClasses

numeric vector defining which classes in LandCoverClassifiedMap.

mask

A raster to use as a mask (see raster::mask()).

to

Passed to postProcessTo(..., to = to) and to the mask arg here, if mask is not supplied.

filename2

See reproducible::postProcess(). Default NULL.