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

PathFraction

Compute the path fraction


Description

Compute from an object of class aRchi the path fraction

Usage

PathFraction(aRchi)

## S4 method for signature 'aRchi'
PathFraction(aRchi)

Arguments

aRchi

an object of class aRchi with at least the QSM and the Paths table

Details

The path fraction is the ratio between the mean path length and the maximum path length.

Value

The path fraction

References

Martin-Ducup, O. et al. Terrestrial laser scanning reveals convergence of tree architecture with increasingly dominant crown canopy position. Functional Ecology (2020).

Smith, D. D. et al. Deviation from symmetrically self-similar branching in trees predicts altered hydraulics, mechanics, light interception and metabolic scaling. New Phytologist 201, 217–229 (2014).

See Also

Make_Path to compute the paths table.

Examples

# Read an aRchi file with at least the QSM and the paths table
file=system.file("extdata","Tree_1_aRchi.aRchi",package = "aRchi")
Tree1_aRchi=read_aRchi(file)

PathFraction(Tree1_aRchi)

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.