View source: R/loggingsummary.R
loggingsummary | R Documentation |
Summary of the outputs of the loggingsimulation function
loggingsummary(x)
x |
Outputs of the loggingsimulation function (list) |
A summary of the outputs of the loggingsimulation function (console display):
a reminder of the inputs
the iterations statistics (mean, standard deviation, quantiles) of the outgoing figures Please note that all volumes in m3/ha and biomass in ton/ha are per exploitable hectare, not per plot hectare.
data(LoggingSimulationOutputs_iter) # Outputs of one logging simulation (2 iterations and 2 cores)
loggingsummary(x = LoggingSimulationOutputs_iter)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.