Tree biomass estimation of the woody part
Compute the tree wood biomass at different level of organization
TreeBiomass(aRchi, WoodDensity, level = "Tree") ## S4 method for signature 'aRchi' TreeBiomass(aRchi, WoodDensity = NULL, level = "Tree")
| aRchi | an object of class aRchi with at least a QSM | 
| WoodDensity | a numeric or a data.table. A single wood density value for the whole tree or one value per cylinder in kg/m3. If wood density is given for each cylinder a data.table with two column (i.e cyl_ID and WoodDensity) must be given. | 
| level | character. The level at which the wood biomass is computed.  | 
a numeric or data.table. The wood biomass in Kg at the requested level
# 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.
TreeBiomass(Tree1_aRchi,WoodDensity=550)Please choose more modern alternatives, such as Google Chrome or Mozilla Firefox.