Skip to contents

Parameters of the scenarios

Usage

scenariosparameters(
  scenario,
  objective = NULL,
  fuel = NULL,
  diversification = NULL,
  winching = NULL,
  directionalfelling = NULL
)

Arguments

scenario

Logging scenario: "RIL1", "RIL2broken", "RIL2", "RIL3", "RIL3fuel", "RIL3fuelhollow" or "manual"(character) (see the vignette)

objective

Objective volume (m^3/ha) (numeric)

fuel

Fuel wood exploitation: no exploitation = "0", exploitation of damage and unused part of logged trees for fuel = "1", exploitation of hollow trees, damage and and unused part of the log for fuel = "2"

diversification

Possibility to log other species in addition to the main commercial species (species with a value of 2 for commercial in the SpeciesCriteria table) (logical)

winching

No cable or grapple = "0", cable only = "1", grapple + cable = "2"

directionalfelling

Directional felling = "0": only to direct the foot of the tree towards the trail "1": to direct the foot of the tree towards the trail + to avoid damage to future and reserve trees "2": to avoid damage to future and reserve trees + orientation angle to the trail

Value

A named list of 5 objects.

Examples

scenariosparameters(scenario = "RIL1")
#> $objective
#> [1] 25
#> 
#> $fuel
#> [1] "0"
#> 
#> $diversification
#> [1] FALSE
#> 
#> $winching
#> [1] "0"
#> 
#> $directionalfelling
#> [1] "0"
#>