DIB_ICalculator | R Documentation |
This function uses taper equation to calculate diameter inside bark at a given height. It is equivalent to the subroutine of vol_tree_active_equation in vol_setup macro
DIB_ICalculator(
taperEquationForm,
FIZorBEC,
species,
height_I,
heightTotal,
DBH,
volMultiplier
)
## S4 method for signature
## 'character,character,character,numeric,numeric,numeric,numeric'
DIB_ICalculator(
taperEquationForm,
FIZorBEC,
species,
height_I,
heightTotal,
DBH,
volMultiplier
)
taperEquationForm |
character, Specifies which taper equations will be used, currently support |
FIZorBEC |
character, Specifies which FIZ or BEC (depends on |
species |
character, Species code. |
height_I |
numeric, Height from ground. |
heightTotal |
numeric, Total height of a tree. |
DBH |
numeric, Diameter at breast height. |
volMultiplier |
numeric, Volume adjustment multiplier. |
Diameter inside bark
Yong Luo
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.