AGB: Calculate aboveground biomass for ForestGEo sites

Description Usage Arguments Value

View source: R/AGB.R

Description

Calculate aboveground biomass for ForestGEo sites

Usage

1
AGB(dbh, wd, E, a, b, carbon = FALSE)

Arguments

dbh

A vector of numerical values, containing all dbh measurements.

wd

A vector numeric values, containing wood density (same length as dbh).

E

A numerical value: environmental variable in Chave equation (2014)

a

A numerical vector (same size as dbh): first parameter in Chojnacky equations (intercept). If tropical site, use NA.

b

A numerical vector (same size as dbh): second parameter in Chojnacky equations (slope). If tropical site, use NA.

carbon

Should the function return values of aboveground carbon (instead of biomass)? Uses the conversion factor from Martin et al 2012. Default is FALSE.

Value

A vector of aboveground biomass (or carbon if carbon = TRUE).


cpiponiot/cdynfgeo documentation built on July 7, 2020, 3:27 p.m.