Description Usage Arguments Details Value Author(s) References See Also Examples
View source: R/Biomass_Norway_all_species.R
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.
1 | biomass.birch.S2014(dbh.cm, H.m)
|
dbh.cm |
dbh (diameter at breast height) in cm. |
H.m |
Tree height in meters. |
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.
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)
Clara Anton Fernandez (caf@nibio.no)
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. https://doi.org/10.1080/02827581.2016.1141232 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. http://dx.doi.org/10.1080/02827581.2014.951389
1 | biomass.birch.S2014(dbh.cm = c(10, 20), H.m = c(12, 16))
|
Loading required package: sitree
Loading required package: data.table
biomass.total.kg biomass.aboveground.kg.S2014 biomass.belowground.kg.S2014
1 39.49223 28.51948 10.84761
2 199.94749 147.26307 53.00313
biomass.belowground.kg biomass.aboveground.kg living.branches dead.branches
1 9.27374 30.09336 4.08596 0.1902224
2 42.54375 157.72246 26.25480 0.6568606
stem.wood stump bark usoil rot1 rot2 foliage
1 19.50170 1.573874 2.802984 10.84761 1.949482 1.949482 1.222910
2 98.71638 10.459389 13.908195 53.00313 7.130516 7.130516 5.600744
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.