SummaryAGWP2: SummaryAGWP2

SummaryAGWP2R Documentation

SummaryAGWP2

Description

Function to estimate AGWP by plotview and census interval, including estimating unobserved recruitment and growth of trees that died between census periods. Uses instantaneous rate modification of Talbot et al. method.

Usage

SummaryAGWP2(
  xdataset,
  AGBEquation,
  dbh = "D4",
  rec.meth = 0,
  height.data = NULL,
  palm.eq = TRUE,
  treefern = TRUE
)

Arguments

xdataset

Object returned by mergefp.

AGBEquation

Allometric equation function to use when estimating AGB, for example AGBChv14.

dbh

Name of column containing diameter data. Default is "D4".

rec.meth

Method used to estimate AGWP of recruits. If 0 (default), estimates growth from starting diameter of 0mm. If another value is provided, then growth is estimated from a starting diameter of 100mm.

height.data

Dataframe containing model type and parameters for height diameter model. These are matched on to the xdataset object at tree level. If NULL (default), then regional height-diameter equations (from Felpaush et al. 2012) are used.

palm.eq

Logical. If TRUE the family level diameter based equation from Goodman et al 2013 is used to estimate AGB of monocots. Otherwise AGB of monocots is estimated using the allometric equation supplied to AGBEquation.

treefern

Logical. If TRUE the height based equation from Tiepolo et al. 2002 is used to estimate the biomass of treeferns. If FALSE biomass is esimated using the allometric equation supplied to AGBEquation.

Value

A data frame with PlotViewID, CensusNo, and observed and unobserved elements of AGWP, stem dynamics and AGB mortality.

Author(s)

Martin Sullivan

References

See SI of Sullivan et al. 2020. Long-term thermal sensitivity of Earth's tropical forests. Science 869-874 for details.


ForestPlots/BiomasaFP documentation built on April 28, 2023, 8:26 a.m.