View source: R/summary.forest.R
summary.forest | R Documentation |
Displays a summary of forest structure
## S3 method for class 'forest'
summary(object, SpParams, ...)
## S3 method for class 'summary.forest'
print(x, digits = getOption("digits"), ...)
object |
An object of class |
SpParams |
A data frame with species parameters (see |
... |
Additional parameters for functions |
x |
The object returned by |
digits |
Minimal number of significant digits. |
Function summary.forest
can be used to summarize a forest
object in the console.
Function summary.forest
returns a list with several structural attributes, such as the basal area and LAI of the forest.
Miquel De Cáceres Ainsa, CREAF
forest
, forest_mapWoodyTables
, forest_mergeTrees
,
plot.forest
, tree2forest
# Summary of example forest
summary(exampleforest, SpParamsMED)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.