Learn R Programming

treecm (version 1.2.2)

treeTotalBiomass: Returns the total biomass of the tree

Description

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

Usage

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

See Also

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

Examples

Run this code
library(treecm)
data(stonePine1TreeData)
print(treeTotalBiomass(stonePine1TreeData))

Run the code above in your browser using DataLab