summary.forest {medfate}R Documentation

Summary of forest structure

Description

Displays a summary of forest structure

Usage

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

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

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.

Details

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

Value

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

Author(s)

Miquel De Cáceres Ainsa, CREAF

See Also

forest, forest_mapWoodyTables, forest_mergeTrees, plot.forest, tree2forest

Examples

# Summary of example forest
summary(exampleforest, SpParamsMED)


[Package medfate version 4.4.0 Index]