biomass.birch.S2014: Implements biomass functions for birch for Norway from Smith...

Description Usage Arguments Details Value Author(s) References See Also Examples

View source: R/Biomass_Norway.R

Description

Implements biomass functions for birch for Norway from Smith et al (2014, 2016). Total biomass aboveground does include stump calculated using biomass.birch.M1988. Total biomass belowground does not include stump.

Usage

1
biomass.birch.S2014(dbh.cm, H.m)

Arguments

dbh.cm
H.m

Details

It uses stump.roots from biomass.birch.M1988 to calculate aboveground biomass (in kg) and belowground biomass (in kg). Aboveground biomass is calculated as Smith's aboveground biomass (2014) + stump.roots. Belowground biomass is calcualted as Smith's belowground biomass (2016) - stump.roots.

Value

Returns a data.frame with the following biomass components: biomass.total.kg, biomass.aboveground.kg.S2014, biomass.belowground.kg.S2014, biomass.belowground.kg, biomass.aboveground.kg, living.branches, dead.branches, stem.wood, stump.roots, bark, usoil, rot1, rot2, foliage)

Author(s)

Clara Anton Fernandez (caf@nibio.no)

References

Smith, Aaron, Aksel Granhus, and Rasmus Astrup. 2016. “Functions for Estimating Belowground and Whole Tree Biomass of Birch in Norway.” Scandinavian Journal of Forest Research 31 (6): 568–82. Smith, Aaron, Aksel Granhus, Rasmus Astrup, Ole Martin Bollandsås, and Hans Petersson. 2014. “Functions for Estimating Aboveground Biomass of Birch in Norway.” Scandinavian Journal of Forest Research 29 (6): 565–78.

See Also

biomass.Norway, biomass.birch.M1988

Examples

1
biomass.birch.S2014(dbh.cm = c(10, 20), H.m = c(12, 16))

cantonfe/sitreeE documentation built on Aug. 3, 2019, 10:52 a.m.