Learn R Programming

treecm (version 1.2.2)

pureQuadraticEquation: Returns the result of a pure quadratic equation

Description

Returns the result of the pure quadratic equation $Y = a + bX^2$ given $a$, $b$ and $X$

Usage

pureQuadraticEquation(a, b, x)

Arguments

a
the parameter $a$ in the pure quadratic equation
b
the parameter $a$ in the pure quadratic equation
x
the dependent variable

Value

the dependent variable ($Y$)

See Also

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