annualGrowthRateCalculator: Calculate annual growth rate

View source: R/annualGrowthRateCalculator.R

annualGrowthRateCalculatorR Documentation

Calculate annual growth rate

Description

This function is to calcualte annual growth rate.

Usage

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/FAIBBase documentation built on June 19, 2024, 11:57 p.m.