Calibrate fire regime polygons ... (TODO)
Usage
calibrateFireRegimePolys(
polygonType,
regime,
targetN,
landAttr,
cellSize,
fireRegimePolys,
buffDist,
pJmp,
pMin,
pMax,
neighbours,
flammableMap = NULL,
plotPath = NULL,
optimizer = "bfgs"
)
Arguments
- polygonType
the names of polygons, i.e.
PolyID
- regime
the regime characteristics of each polygon
- targetN
the number of fires to simulate during calibration
- landAttr
the
landscapeAttr
object with characteristics for each polygon- cellSize
the cell size in metres
- fireRegimePolys
fire regime polygons
- buffDist
buffer distance for cells available to be burned outside of each regime polygon
- pJmp
default spread probability for degenerate polygons
- pMin
minimum spread probability
- pMax
maximum allowable spread probability
- neighbours
number of neighbours during spread
- flammableMap
a packed
SpatRaster
- seeterra::wrap()
- plotPath
file name specifying an output directory to use for producing plots of the scam fit for each polygon.
- optimizer
the numerical optimization method to use with scam fitting; see
?scam
.