logAdjustment: Adjust log length - VRI specific

Description Usage Arguments Value Note Author(s)

Description

The function is to adjust the log length to fit actual height. This function is equivalent to log_adj_new macro in original VRI compiler

Usage

1
2
3
4
5
6
7
logAdjustment(treeData, stumpHeight)

## S4 method for signature 'data.table,numeric'
logAdjustment(treeData, stumpHeight)

## S4 method for signature 'data.table,missing'
logAdjustment(treeData)

Arguments

treeData

data.table, Must have tree data information. The table is an output of VRIInit_measuredTree.

stumpHeight

numeric, Length of stump. As default, this arguement is set as 0.3 m.

Value

Data table that contains the adjusted log length

Note

Please see Bob for details about input files

Author(s)

Yong Luo


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