Learn R Programming

lulcc (version 1.0.4)

allocate: 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 CluesModel allocate(model, ...)

# S4 method for OrderedModel allocate(model, stochastic = TRUE, ...)

Value

An updated Model object.

Arguments

model

an object inheriting from class Model

...

additional arguments for specific methods

stochastic

logical indicating whether the model should be run stochastically. Only used if model is an OrderedModel 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

CluesModel, OrderedModel

Examples

Run this code

## see lulcc-package examples

Run the code above in your browser using DataLab