treeTotalBiomass: Returns the total biomass of the tree

Description Usage Arguments Value Note See Also Examples

View source: R/biomass.R

Description

This is just a helper function, it sums the biomass of all logs and branches, as previously computed by treeBiomass

Usage

1
treeTotalBiomass(treeData)

Arguments

treeData

A named list that includes a fieldData data frame element, holding a biomass-named column. Note that the biomass column is added to the data frame by a previous call to treeBiomass function

Value

a real number or FALSE if the biomass column is NA

Note

This function may be used to compute the moment of the tree. Tree biomass (multiplied by standard gravity) is the tree force applied to its CM.

See Also

Other Biomass: allometryABDC, allometryAsca2011, allometryCutini2009, allometryPorte2002, logBiomass, powerEquation, pureQuadraticEquation, treeBiomass

Examples

1
2
3

treecm documentation built on May 1, 2019, 9:30 p.m.