allocate {lulcc} | R Documentation |
Allocate land use change spatially
Description
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.
Usage
allocate(model, ...)
## S4 method for signature 'CluesModel'
allocate(model, ...)
## S4 method for signature 'OrderedModel'
allocate(model, stochastic = TRUE, ...)
Arguments
model |
an object inheriting from class |
... |
additional arguments for specific methods |
stochastic |
logical indicating whether the model should be run
stochastically. Only used if |
Value
An updated Model object.
References
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.
See Also
Examples
## see lulcc-package examples