predictBiomass: Predict aboveground biomass

View source: R/predictBiomass.R

predictBiomassR Documentation

Predict aboveground biomass

Description

Function takes elevation (z) as an input and outputs biomass. Maximum growing biomass (bmax), upper and lower elevation limits (zVegMin and zVegMax) are mandatory parameters The elevation of peak biomass is an optional parameter. This is a version of the function that can create skewed parabolic distributions.

Usage

predictBiomass(z = 0, bMax = 2500, zVegMax = 3, zVegMin = -1, zVegPeak = NA)

Arguments

z

marsh elevation

bMax

maximum biomass

zVegMax

upper elevation of biomass limit

zVegMin

lower elevation of biomass limit

zVegPeak

(optional) elevation of peak biomass

Value

a numerical value for the aboveground biomass

Examples

predictBiomass(0, 2500, 3, -1)

tilbud/rCTM documentation built on March 30, 2024, 10:06 a.m.