View source: R/land.cover.change.r
land.cover.change | R Documentation |
Spatially allocation of land-cover transitions
land.cover.change(land, lc.trans, target.demand, visit.cells)
land |
A |
lc.trans |
A number indicating the land-cover transition to simulate: 1 - urbanization, 2 - agriculture conversion, and 3 - rural abandonment |
target.demand |
Area to be converted to the target land-cover (in ha) |
visit.cells |
Vector with the |
A vector with the cell.id
of the colonized grassland areas
data(landscape) data(coord) land = interface(landscape) land.cover.change(land, 1, 10, numeric())
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.