Learn R Programming

treecm (version 1.2.2)

powerEquation: Returns the result of an exponential equation

Description

Returns the result of the exponential equation $Y = a * X^b$ given $a$, $b$ and $X$

Usage

powerEquation(a, b, x)

Arguments

a
the parameter $a$ in the exponential equation
b
the parameter $b$ in the exponential equation
x
the independent variable

Value

the dependent variable ($Y$)

See Also

Other Biomass: allometryABDC, allometryAsca2011, allometryCutini2009, allometryPorte2002, logBiomass, pureQuadraticEquation, treeBiomass, treeTotalBiomass