Description Usage Arguments Value Examples
Allocate land use change using the CLUE-S algorithm.
1 2 3 4 |
lu0 |
RasterLayer showing initial land use |
lu0.vals |
numeric containing non-NA values from |
tprob |
matrix with land use suitability values. Columns should
correspond to |
nb |
neighbourhood map. See CluesModel |
nb.rules |
neighbourhood rules. See CluesModel documentation |
transition.rules |
transition rules. See CluesModel documentation |
hist.vals |
numeric vector detailing the number of consecutive time steps each cell has been allocated to its current land use |
mask.vals |
numeric vector containing binary values where 0 indicates cells that are not allowed to change |
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 land use map, the second row should be the number of cells to allocate in the subsequent time point |
categories |
numeric vector containing land use categories |
elasticity |
elasticity values. See CluesModel documentation |
iteration.factor |
iteration factor. See CluesModel documentation |
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) |
numeric vector with updated land use values.
1 | ## See lulcc2-package examples
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.