Learn R Programming

aRchi (version 2.1.3)

PathFraction: Compute the path fraction

Description

Compute from an object of class aRchi the path fraction

Usage

PathFraction(aRchi)

# S4 method for aRchi PathFraction(aRchi)

Value

The path fraction

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.

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

Run this code
# 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)

Run the code above in your browser using DataLab