land.cover.change: Land-cover changes

View source: R/land.cover.change.r

land.cover.changeR Documentation

Land-cover changes

Description

Spatially allocation of land-cover transitions

Usage

land.cover.change(land, lc.trans, target.demand, visit.cells)

Arguments

land

A landscape data frame with forest stand records and land-cover types in rows

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 cell.id of already changed cells in the current time step

Value

A vector with the cell.id of the colonized grassland areas

Examples

data(landscape)
data(coord)
land = interface(landscape)
land.cover.change(land, 1, 10, numeric())


nuaquilue/medLDM documentation built on April 15, 2022, 10:14 a.m.