Become an expert in R — Interactive courses, Cheat Sheets, certificates and more!
Get Started for Free

WoodSurface

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

Quantitative Structural Model ('QSM') Treatment for Tree Architecture

v1.0.5
CeCILL
Authors
Olivier Martin
Initial release

We don't support your browser anymore

Please choose more modern alternatives, such as Google Chrome or Mozilla Firefox.