forest.mgmt: Forest management

View source: R/forest.mgmt.r

forest.mgmtR Documentation

Forest management

Description

Spatially allocation of sawlog and wood for energy demand according to a land-cover transitions

Usage

forest.mgmt(land, clim, demand.sawlog = 0, demand.wood = 0, policy = "BAU")

Arguments

land

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

clim

A data frame with minimum temperature (in ºC), maximum temperature (in ºC), and precipitation (in mm) per location

demand.sawlog

Sawlog volume to be harvested (in m3)

demand.wood

Wood for energy volume to be harvested (in m3)

policy

A string indicating which regional policy is adopted to allocate the timber demands

Value

Data frames still to be polished (under development)!

Examples

data(landscape)
data(clim)
data(orography)
land = dplyr::mutate(landscape, typcut = NA, tscut  = NA, tburnt = NA)
land = dplyr::left_join(land, sdm.sqi(landscape, clim), by="cell.id")
res = forest.mgmt(land, clim, 100, 80)


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