DOBtoDIB: Diameter Outside Bark to Diameter Inside Bark

View source: R/DOBtoDIB.R

DOBtoDIBR Documentation

Diameter Outside Bark to Diameter Inside Bark

Description

This function converts the outside bark diameter measurement (cm) of a tree to the diameter inside bark (cm). Useful for inside bark volumes or for making conversions to set minimal merchantable diamters in FVS which only allows for IB diameters.

Usage

DOBtoDIB(SPP, dob)

Arguments

SPP

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

dob

Outside bark diameter of a location on the tree.

Details

All diameters must be metric (cm). Includes species found in the acadian forest.

See Also

EXP.F

Other Volume Functions: KozakTreeVol()

Examples

DOBtoDIB("SM", 25.4)
DOBtoDIB("RS", 15)
DOBtoDIB("PB", 12)


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