taperImplementor: Implement taper equation for a given tree

Description Usage Arguments Value Note Author(s)

Description

Implement taper equation for a given tree

Usage

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
13
14
15
16
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)

Arguments

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.

Value

DIB_I diameter inside bark at height_I

Note

This function is inside of the VRIVolTree function

Author(s)

Yong Luo


bcgov/BCForestGroundSample documentation built on May 25, 2019, 3:21 p.m.