Learn R Programming

medfate (version 4.7.0)

summary.forest: Summary of forest structure

Description

Displays a summary of forest structure

Usage

# S3 method for forest
summary(object, SpParams, ...)

# S3 method for summary.forest print(x, digits = getOption("digits"), ...)

Value

Function summary.forest returns a list with several structural attributes, such as the basal area and LAI of the forest.

Arguments

object

An object of class forest

SpParams

A data frame with species parameters (see SpParamsMED).

...

Additional parameters for functions summary and print.

x

The object returned by summary.forest.

digits

Minimal number of significant digits.

Author

Miquel De Cáceres Ainsa, CREAF

Details

Function summary.forest can be used to summarize a forest object in the console.

See Also

forest, forest_mapWoodyTables, forest_mergeTrees, plot.forest, tree2forest

Examples

Run this code
# Summary of example forest
summary(exampleforest, SpParamsMED)

Run the code above in your browser using DataLab