Skip to contents

Volume parameters table to compute the harvestable volume of each tree, depend to its geographic zone

Usage

VolumeParametersTable

Format

A tibble with 4 rows and 3 variables:

Zone

Geographic zone (character)

aCoef

coefficient of the equation: Volume = aCoef + bCoef * DBH^2 (numeric)

bCoef

coefficient of the equation: Volume = aCoef + bCoef * DBH^2 (numeric)

...