biomass.norway.sitree {sitreeE} | R Documentation |
Calculates biomass for trees using the Norwegian biomass equations
Description
Calculates biomass for trees using the Norwegian biomass equations.
Usage
biomass.norway.sitree(dbh.mm, height.dm, tree.sp)
Arguments
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
|
Value
Returns a data.table containing the 12 columns resulting from applying the biomass functions.
See Also
biomass.birch.S2014
, biomass.pine.M1988
, biomass.spruce.M1988
Examples
bio.nor <- biomass.norway.sitree (dbh.mm = c(50, 60, 100 ), height.dm = c(40, 60,
80),
tree.sp = c(1, 10, 30))
[Package sitreeE version 0.0-8 Index]