age_land: Age landscape

View source: R/landscape.R

age_landR 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)

GMSE documentation built on June 16, 2022, 9:05 a.m.