Learn R Programming

medfate (version 0.8.2)

Forest values: Forest utility functions

Description

Functions to manipulate or calculate overall attributes of a forest object.

Usage

forest_basalArea(x)
forest_mergeTrees(x)

Arguments

x

An object of class forest.

Value

Depending on the function:

  • forest_basalArea: Total basal area (m2/ha).

  • forest_mergeTrees: Another forest object with merged trees.

See Also

spwb, forest, plant_basalArea, summary.forest

Examples

Run this code
# NOT RUN {
#Default species parameterization
data(SpParamsMED)

#Load example plot
data(exampleforest)

#A short way to obtain total basal area
forest_basalArea(exampleforest)
# }

Run the code above in your browser using DataLab