allocate: Allocate land use change spatially

Description Usage Arguments Value References See Also Examples

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

1
2
3
4
5
6
7
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 Model

...

additional arguments for specific methods

stochastic

logical indicating whether the model should be run stochastically. Only used if model is an OrderedModel object

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

CluesModel, OrderedModel

Examples

1
## see lulcc-package examples

lulcc documentation built on May 1, 2019, 7:05 p.m.