powered by
Computes diameter based on circumference. If circumference (perimeter) at breast height is given, then Diameter at Breast Height (DBH) is obtained. Used in dendrometry for trees' DBH calculation.
DBH
dbh(circum)
A vector of diameter or DBH.
numeric vector of circumference.
height for tree height, circum for diameter.
height
circum
x = seq(1, 5, .4) dbh(x)
Run the code above in your browser using DataLab