BA | R Documentation |
This function calculates the basal area of a tree in square meters. The basal area is the cross sectional area of the tree.
Inputs and return values are metric.
BA(DBH)
DBH |
Diameter at breast height in cm. |
A numeric vector with the basal area of n trees.
Kershaw, J. A., Ducey, M. J., Beers, T. W., & Husch, B. (2017). Forest mensuration (Fifth edition). Wiley/Blackwell.
Other Basal Area Functions:
BA.Larger.Trees()
,
BAPH()
BA(34) ## Not run: # Tibble %>% mutate(BA = BA("DBH Vector")) ## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.