annualGrowthRateCalculator: Calculate annual growth rate

Description Usage Arguments Value Author(s)

View source: R/annualGrowthRateCalculator.R

Description

This function is to calcualte annual growth rate.

Usage

1
2
annualGrowthRateCalculator(boredDiameter, growthIncrement, growthYear,
  barkThickness)

Arguments

boredDiameter

numeric, Diameter at bored height in cm.

growthIncrement

numeric, Growth increment in mm over a time period.

growthYear

numeric, Number of years over which growth increment is measured.

barkThickness

numeric, Bark thickness in mm. If missing, 0.05 will be used.

Value

Calculated annual growth rate.

Author(s)

Yong Luo


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