| biomass | R Documentation |
These are tree-level variables for four species in Canada.
biomass
Data contain the following columns:
Tree number code.
Species common name, as follows: Balsam fir is
Abies balsamea, Black spruce is Picea mariana,
White birch is Betula papyrifera, and White spruce
is Picea glauca.
Diameter at breast height, in cm.
Total height, in m.
Total biomass, in kg.
Stem biomass, in kg.
Branches biomass, in kg.
Foliage biomass, in kg.
Data were provided by Prof. Timothy Gregoire, School of Forestry and Environmental Studies, Yale University (New Haven, CT, USA).
data(biomass)
head(biomass)
tapply(biomass$totbiom,biomass$spp,summary)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.