loggingsummary: Summary of the outputs of the loggingsimulation function

Description Usage Arguments Value Examples

View source: R/loggingsummary.R

Description

Summary of the outputs of the loggingsimulation function

Usage

1

Arguments

x

Outputs of the loggingsimulation function (list)

Value

A summary of the outputs of the loggingsimulation function:

Examples

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
13
14
15
16
17
18
19
20
21
22
data(Paracou6_2016) # inventory
data(DTMParacou) # topography
data(VerticalCreekHeight) # relative elevation
data(SpeciesCriteria) # species exploitability criteria
data(ForestZoneVolumeParametersTable) # volume parameters
data(ParamCrownDiameterAllometry) # parameters values of the crown diameter allometry
data(HarvestablePolygons)
data(MainTrails)

Rslt <- suppressMessages(
  loggingsimulation(Paracou6_2016, topography = DTMParacou,
                    relativeelevation  = VerticalCreekHeight, speciescriteria = SpeciesCriteria,
                    volumeparameters = ForestZoneVolumeParametersTable, scenario = "manual",
                    objective = 20, fuel = "2", diversification = TRUE, winching = "2",
                    directionalfelling = "2", specieslax = FALSE, objectivelax = TRUE,
                    maintrails = MainTrails,
                    crowndiameterparameters = ParamCrownDiameterAllometry,
                    harvestablepolygons = HarvestablePolygons,
                    advancedloggingparameters = loggingparameters(), iter = 1, cores = 1)
)

loggingsummary(Rslt)

thomasgaquiere/Maria documentation built on Dec. 24, 2021, 1:20 a.m.