age_land {GMSE} | R Documentation |
Age landscape
Description
Determines how the landscape will change over the course of one time step. For now, simply reverts a specified layer back to its original values In other words, e.g., crops are annual and regrow undamaged each year.
Usage
age_land(LAND, landscape_ini, layer)
Arguments
LAND |
The name of the landscape being changed |
landscape_ini |
The name of the original landscape replacing |
layer |
The layer that is being affected on the landscape |
Value
the_land with one layer reset to its original cell values
Examples
## Not run:
LANDSCAPE_r <- age_land(LAND = LANDSCAPE_r, landscape_ini = LANDSCAPE_INI,
layer = 2);
## End(Not run)
[Package GMSE version 1.0.0.2 Index]