taperImplementor | R Documentation |
Implement taper equation for a given tree
taperImplementor(
taperEquationForm,
taperCoeffs,
FIZorBEC,
species,
height_I,
heightTotal,
DBH,
volMultiplier
)
## S4 method for signature
## 'character,
## data.table,
## character,
## character,
## numeric,
## numeric,
## numeric,
## numeric'
taperImplementor(
taperEquationForm,
taperCoeffs,
FIZorBEC,
species,
height_I,
heightTotal,
DBH,
volMultiplier
)
taperEquationForm |
character, Specifies a taper equation form one of KBEC, KBECQCI, KFIZ3. |
taperCoeffs |
data.table, Table that stores the coefficients that match the taper equation. |
FIZorBEC |
character, FIZ or BEC. |
species |
character, Species code. |
height_I |
numeric, Height from ground. |
heightTotal |
numeric, Total height of a tree. |
DBH |
numeric, Diameter at breast height. |
volMultiplier |
Volume multiplier adjustment. |
DIB_I diameter inside bark at height_I
This function is inside of the VRIVolTree function
Yong Luo
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.