CluesModel: Create a CluesModel object

Description Usage Arguments Value References See Also Examples

View source: R/Model.R

Description

Methods to create a CluesModel object to supply to allocate.

Usage

1
2
3
4
5
CluesModel(observed.lulc, explanatory.variables, predictive.models, time,
  demand, history = NULL, mask = NULL, neighbourhood = NULL,
  transition.rules, neighbourhood.rules = NULL, elasticity,
  iteration.factor = 1e-05, max.iteration = 1000, max.difference = 5,
  ave.difference = 5, ...)

Arguments

observed.lulc

an LulcRasterStack

explanatory.variables

an ExpVarRasterStack object

predictive.models

a PredictiveModelList object

time

numeric vector containing timesteps over which simulation will occur

demand

matrix with demand for each land use category in terms of number of cells to be allocated. The first row should be the number of cells allocated to the initial observed land use map (i.e. the land use map for time 0)

history

RasterLayer containing land use history (values represent the number of years the cell has contained the current land use category)

mask

RasterLayer containing binary values where 0 indicates cells that are not allowed to change

neighbourhood

an object of class NeighbRasterStack

transition.rules

matrix with land use change decision rules

neighbourhood.rules

numeric with neighbourhood decision rules

elasticity

numeric indicating the elasticity of each land use category to change. Elasticity varies between 0 and 1, with 0 indicating a low resistance to change and 1 indicating a high resistance to change

iteration.factor

TODO,

max.iteration

The maximum number of iterations allowed at each time step

max.difference

The maximum allowable difference between demand and allocated area

ave.difference

The maximum allowable average difference across all land uses

...

additional arguments (none)

Value

A CluesModel object.

References

Verburg, P.H., Soepboer, W., Veldkamp, A., Limpiada, R., Espaldon, V., Mastura, S.S. (2002). Modeling the spatial dynamics of regional land use: the CLUE-S model. Environmental management, 30(3):391-405.

See Also

CluesModel-class, allocate

Examples

1
## see lulcc2-package examples

simonmoulds/lulcc2 documentation built on Dec. 23, 2021, 2:24 a.m.