View source: R/Biomass_Norway_sitree.R
biomass.norway.sitree | R Documentation |
Calculates biomass for trees using the Norwegian biomass equations.
biomass.norway.sitree(dbh.mm, height.dm, tree.sp)
dbh.mm |
Diameter at breast height in mm. |
height.dm |
Tree height in dm. |
tree.sp |
Tree species according to the Norwegian NFI. It will use
|
Returns a data.table containing the 12 columns resulting from applying the biomass functions.
biomass.birch.S2014
, biomass.pine.M1988
, biomass.spruce.M1988
bio.nor <- biomass.norway.sitree (dbh.mm = c(50, 60, 100 ), height.dm = c(40, 60,
80),
tree.sp = c(1, 10, 30))
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.