WoodSurface: Estimate the unrolled wood surface from a QSM

WoodSurfaceR Documentation

Estimate the unrolled wood surface from a QSM

Description

Estimate the unrolled wood surface from a QSM by summing the area of all cylinders at several level of organization.

Usage

WoodSurface(aRchi, level = "Tree")

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

Arguments

aRchi

a file of class aRchi

level

text. The level at which the wood surface is computed. Tree, branching_order or Axis.

Value

a numeric or data.table. The wood surface in m2

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 wood surface at branching order level.
WoodSurface(Tree1_aRchi,level="branching_order")


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