powered by
Displays a summary of forest structure
# S3 method for forest summary(object, SpParams, ...)# S3 method for summary.forest print(x, digits = getOption("digits"), ...)
# S3 method for summary.forest print(x, digits = getOption("digits"), ...)
Function summary.forest returns a list with several structural attributes, such as the basal area and LAI of the forest.
summary.forest
An object of class forest
forest
A data frame with species parameters (see SpParamsMED).
SpParamsMED
Additional parameters for functions summary and print.
summary
print
The object returned by summary.forest.
Minimal number of significant digits.
Miquel De Cáceres Ainsa, CREAF
Function summary.forest can be used to summarize a forest object in the console.
forest, forest_mapWoodyTables, forest_mergeTrees, plot.forest, tree2forest
forest_mapWoodyTables
forest_mergeTrees
plot.forest
tree2forest
# Summary of example forest summary(exampleforest, SpParamsMED)
Run the code above in your browser using DataLab