estimate_biomass | R Documentation |
Estimate green tons of biomass to a given top diameter following the system outlined in the original publication. Biomass of the bole (stem + stump), bark, and top are summed to obtain an estimate of the total biomass.
estimate_biomass(spcd, dbh, site_index, stand_basal_area)
spcd |
vector of FIA species codes |
dbh |
vector of DBH observations in inches |
site_index |
vector of site index estimates (base age 50) |
stand_basal_area |
vector of stand-level basal area estimates corresponding to the stems |
estimates of biomass in tons
estimate_biomass(
spcd = c(541, 371, 95, 73),
dbh = c(10, 11, 12, 13),
site_index = c(60, 65, 60, 70),
stand_basal_area = 80
)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.