Skip to contents

A forest is a group of one of multiple species to silumate along time using the IPM defined for each species and harvest rules.

Usage

forest(
  species = list(),
  harv_rules = c(Pmax = 0.25, dBAmin = 3, freq = 1, alpha = 1),
  favoured_sp = c()
)

Arguments

species

List of species created with matreex package.

harv_rules

Vector for harvest rules at the scale of the forest.

Pmax

maximum proportion of BAcut / BA

dBAmin

the minimum BA to perform cut

freq

Frequence at which the harvest will be executed.

alpha

parameter for uneven harvest, allowing to target more cuts for abundant species or not. See Harvesting vignette.

favoured_sp

Logical named vector to tell if species are favoured during Uneven harvesting or not. If not NULL, the species names should be the same as in the species list.