Perform spatially explicit allocation of land use change using different models. Currently the function provides an implementation of the Change in Land Use and its Effects at Small regional extent (CLUE-S) model (Verburg et al., 2002) and an ordered procedure based on the algorithm described by Fuchs et al., (2013), modified to allow stochastic transitions.
allocate(model, ...)# S4 method for CluesModel
allocate(model, ...)
# S4 method for OrderedModel
allocate(model, stochastic = TRUE, ...)
An updated Model object.
an object inheriting from class Model
additional arguments for specific methods
logical indicating whether the model should be run
stochastically. Only used if model is an OrderedModel object
Fuchs, R., Herold, M., Verburg, P.H., and Clevers, J.G.P.W. (2013). A high-resolution and harmonized model approach for reconstructing and analysing historic land changes in Europe, Biogeosciences, 10:1543-1559.
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.
CluesModel, OrderedModel
## see lulcc-package examples
Run the code above in your browser using DataLab