BA: Basal Area Formula

View source: R/BasalArea.R

BAR Documentation

Basal Area Formula

Description

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.

Usage

BA(DBH)

Arguments

DBH

Diameter at breast height in cm.

Value

A numeric vector with the basal area of n trees.

References

Kershaw, J. A., Ducey, M. J., Beers, T. W., & Husch, B. (2017). Forest mensuration (Fifth edition). Wiley/Blackwell.

See Also

Other Basal Area Functions: BA.Larger.Trees(), BAPH()

Examples


BA(34)

## Not run: 
# Tibble %>% mutate(BA = BA("DBH Vector"))

## End(Not run)

ryanmismith/inventoryfunctions documentation built on Aug. 5, 2022, 2:22 a.m.