ba: Basal Area - m2/ha

View source: R/ba.R

baR Documentation

Basal Area - m2/ha

Description

The basal area is the area of a given section of land that is occupied by the cross-section of tree stems at breast height.

Usage

ba(DBH, plotsize)

Arguments

DBH

Field containing the tree DBH in cm

plotsize

Area of the plot in hectares

Value

The plot basal area in m2/ha

Examples


dbh = runif(20, 25, 35) # Make an example set of dbhs
ba(DBH = dbh,plotsize = 0.02)


jonathandash/wafR documentation built on March 27, 2022, 11:47 a.m.