age_land | R Documentation |
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.
age_land(LAND, landscape_ini, layer)
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 |
the_land with one layer reset to its original cell values
## Not run: LANDSCAPE_r <- age_land(LAND = LANDSCAPE_r, landscape_ini = LANDSCAPE_INI, layer = 2); ## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.