Description Usage Arguments Value Examples
Allocate land use change using the ordered algorithm.
1 2 3 |
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 |
order |
numeric vector of land use categories in the order that change should be allocated |
stochastic |
Logical indicating whether or not the allocation routine should be run in stochastic mode |
... |
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.