powered by
Compute the tree wood volume at different level of organization
TreeVolume(aRchi, level = "Tree")# S4 method for aRchi TreeVolume(aRchi, level = "Tree")
# S4 method for aRchi TreeVolume(aRchi, level = "Tree")
a numeric or data.table. The wood volume in m3 at the requested level
an object of class aRchi with at least a QSM
character. The level at which the wood volume is computed. Tree, branching_order or Axis.
Tree
branching_order
Axis
# 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 whole tree wood biomass. TreeVolume(Tree1_aRchi)
Run the code above in your browser using DataLab