Estimate the unrolled wood surface from a QSM
Estimate the unrolled wood surface from a QSM by summing the area of all cylinders at several level of organization.
WoodSurface(aRchi, level = "Tree") ## S4 method for signature 'aRchi' WoodSurface(aRchi, level = "Tree")
aRchi |
a file of class aRchi |
level |
text. The level at which the wood surface is computed. |
a numeric or data.table. The wood surface in m2
# 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")
Please choose more modern alternatives, such as Google Chrome or Mozilla Firefox.