4 fireSense_EscapeFit Module
4.1 Module Overview
Fit statistical models that can be used to parameterize the fire escape component of landscape fire models (e.g. fireSense (Marchal et al. 2017b, a; 2019)).
4.1.1 Module summary
Provide a brief summary of what the module does / how to use the module.
Module documentation should be written so that others can use your module. This is a template for module documentation, and should be changed to reflect your module.
4.1.2 Module inputs and parameters
Table 4.1 shows the full list of module inputs.
| objectName | objectClass | desc | sourceURL |
|---|---|---|---|
| fireSense_escapeCovariates | data.frame | table of aggregated covariates with annual ignitions and escapes | NA |
| fireSense_escapeFormula | character | a formula describing the model to be fitted, as character. | NA |
Summary of user-visible parameters (Table 4.3)
| paramName | paramClass | default | min | max | paramDesc |
|---|---|---|---|---|---|
| .runInitialTime | numeric | 0 | NA | NA | when to start this module? By default, the start time of the simulation. |
| .runInterval | numeric | NA | NA | NA | optional. Interval between two runs of this module, expressed in units of simulation time. By default, NA, which means that this module only runs once per simulation. |
| .saveInitialTime | numeric | NA | NA | NA | optional. When to start saving output to a file. |
| .saveInterval | numeric | NA | NA | NA | optional. Interval between save events. |
| .useCache | logical | FALSE | NA | NA | Should this entire module be run with caching activated? This is generally intended for data-type modules, where stochasticity and time are not relevant. |
4.1.6 Module outputs
Description of the module outputs (Table 4.5).
| objectName | objectClass | desc |
|---|---|---|
| fireSense_EscapeFitted | fireSense_EscapeFit | formula - as a character - describing the model to be fitted. |
4.1.7 Links to other modules
Describe any anticipated linkages to other modules, such as modules that supply input data or do post-hoc analysis.
