View source: R/annualGrowthRateCalculator.R
annualGrowthRateCalculator | R Documentation |
This function is to calcualte annual growth rate.
annualGrowthRateCalculator(
boredDiameter,
growthIncrement,
growthYear,
barkThickness
)
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. |
Calculated annual growth rate.
Yong Luo
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.