Compute the path fraction
Compute from an object of class aRchi the path fraction
PathFraction(aRchi) ## S4 method for signature 'aRchi' PathFraction(aRchi)
aRchi |
an object of class aRchi with at least the QSM and the Paths table |
The path fraction is the ratio between the mean path length and the maximum path length.
The path fraction
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).
Make_Path
to compute the paths table.
# 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)
Please choose more modern alternatives, such as Google Chrome or Mozilla Firefox.