TreeVolume: Tree volume estimation of the woody part

TreeVolumeR Documentation

Tree volume estimation of the woody part

Description

Compute the tree wood volume at different level of organization

Usage

TreeVolume(aRchi, level = "Tree")

## S4 method for signature 'aRchi'
TreeVolume(aRchi, level = "Tree")

Arguments

aRchi

an object of class aRchi with at least a QSM

level

character. The level at which the wood volume is computed. Tree, branching_order or Axis.

Value

a numeric or data.table. The wood volume in m3 at the requested level

Examples

# Read an aRchi file with at least a QSM
file=system.file("extdata","Tree_1_aRchi.aRchi",package = "aRchi")
Tree1_aRchi=read_aRchi(file)
# Compute the whole tree wood biomass.
TreeVolume(Tree1_aRchi)

aRchi documentation built on Sept. 3, 2022, 9:06 a.m.