forest.mgmt | R Documentation |
Spatially allocation of sawlog and wood for energy demand according to a land-cover transitions
forest.mgmt(land, clim, demand.sawlog = 0, demand.wood = 0, policy = "BAU")
land |
A |
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 |
Data frames still to be polished (under development)!
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)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.