Description Usage Arguments Value Examples
View source: R/loggingsummary.R
Summary of the outputs of the loggingsimulation function
1 |
x |
Outputs of the loggingsimulation function (list) |
A summary of the outputs of the loggingsimulation function:
a reminder of the inputs
the outgoing figures
a print of the output inventory
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)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.