Description Usage Arguments Value See Also Examples
Converts DBH to biomass
1  |   dbh_to_biomass(dbh, leafHabit, allometry = "SCHUMACHER")
 | 
dbh | 
|
leafHabit | 
 LandClim leaf habit, e.g. c("EVERGREEN", "BROADLEAFEVERGREEN", "DECIDUOUS")  | 
allometry | 
 Type of LandClim allometry to use, e.g. "SCHUMACHER", "POWER".  | 
the value converted to biomass
1 2  |   dat <- rnorm(10, 20, 5)
  dbh_to_biomass(dbh=dat, leafHabit="DECIDUOUS", allometry = "SCHUMACHER")
 | 
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.