KozakTaper: Kozak Taper Equation

View source: R/KozakTaper.R

KozakTaperR Documentation

Kozak Taper Equation

Description

This function allows you to calculate the diameter at any point on tree for common tree species found in the northeastern and acadian forests. All measurements must be entered as metric. Function requires you to gives the specified height on tree for which you want diameter calculated.

Usage

KozakTaper(Bark, SPP, DHT, DBH, HT, Planted = FALSE)

Arguments

Bark

specify if you want measurement inside or outside bark: 'ob' = outside, 'ib' = inside

SPP

Species: use FVS species codes: example 'RO' - Red Oak, 'WS' = White Spruce

DHT

Diameter at Height in cm where diameter measurment is desired

DBH

Diameter Breast Height in cm

HT

Tree Height in meters

Planted

specify if the tree is planted, specify as TRUE or FALSE. Defaults to FALSE.

References

Kozak, A. (2004). My last words on taper equations. The Forestry Chronicle, 80(4), 507–515. https://doi.org/10.5558/tfc80507-4

MacFarlane, D. W., & Weiskittel, A. R. (2016). A new method for capturing stem taper variation for trees of diverse morphological types. Canadian Journal of Forest Research, 46(6), 804–815. https://doi.org/10.1139/cjfr-2016-0018

Examples

KozakTaper('ob', 'RO', 12, 40, 20, FALSE)
KozakTaper('ib', 'RS', 8, 28, 16, TRUE)


ryanmismith/inventoryfunctions documentation built on Aug. 5, 2022, 2:22 a.m.