biomass.M1988: Biomass functions of Marklund (1988) and Petterson and Sthål...

Description Usage Arguments Value Author(s) References Examples

View source: R/BiomassM1988.R

Description

It implements Marklund (1988) -G20, G12, G16, G8, G5, G26, G31, G28- and Petterson & Sthål (2006) equation for roots < 2mm.

Usage

1
biomass.M1988(tr, spp, this.period)

Arguments

tr

A trList or trListDead object.

spp

A vector with the species for each tree in the tr object. The species can be "spruce", "pine", "birch", or "other" (which is treated as birch).

this.period

The period for which biomass should be calculated, e.g. "t1".

Value

It returns a data frame with columns for living branches, dead branches, stem, stump, bark, stump roots, roots1, roots2, and foliage. Units are kg.

Author(s)

Clara Anton Fernandez (caf@nibio.no)

References

Marklund, L. G. 1988. “Biomassafunktioner för tall, gran och björk i Sverige (Biomass functions for pine, spruce and birch in Sweden).” Report 45. Umeå, Sweden: Swedish University of Agricultural Sciences. Department of Forest Survey.

Petersson, Hans, and Göran Ståhl. 2006. “Functions for Below-Ground Biomass of Pinus Sylvestris, Picea Abies, Betula Pendula and Betula Pubescens in Sweden.” Scandinavian Journal of Forest Research 21 (S7): 84–93. doi:10.1080/14004080500486864.

Examples

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
res <- sitree (tree.df   = tr,
                stand.df  = fl,
                functions = list(
                    fn.growth     = 'grow.dbhinc.hgtinc',
                    fn.mort       = 'mort.B2007',
                    fn.recr       = 'recr.BBG2008',
                    fn.management = 'management.prob',
                    fn.tree.removal = 'mng.tree.removal',
                    fn.modif      = NULL,
                    fn.prep.common.vars = 'prep.common.vars.fun'
                ),
                n.periods = 5,
                period.length = 5,
                mng.options = NA,
                print.comments = FALSE,
                fn.dbh.inc = "dbhi.BN2009",
                fn.hgt.inc =  "height.korf", 
                species.spruce = c(1, 2, 3),
                species.pine = c(10, 11, 20, 21, 29),
                species.harw = c(30, 31),
                fun.final.felling = "harv.prob",
                fun.thinning      = "thin.prob",
                'BN2009',
                'BBG2008', 'SBA.m2.ha', 'spp','pr.spru.ba', 'QMD.cm',
                per.vol.harv = 0.83
                )

spp <- sp.classification(tree.sp = tr$tree.sp,
                         species.spruce = c(1, 2, 3),
                         species.pine = c(10, 11, 20, 21, 29),
                         species.harw = c(30, 31)
                         )

biomass.kg <- biomass.M1988(res$live, spp , this.period = "t1")

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