dbh_equiv: Calculate the single-trunk DBH equivalent of a multi-trunked...

View source: R/forestry_measures.R

dbh_equivR Documentation

Calculate the single-trunk DBH equivalent of a multi-trunked stem.

Description

This function calculates the single-trunk equivalent DBH of a multi-trunked stem by calculating the sum of the basal area of all stems, then calculuating the single-tree DBH that would produce the same basal area. Following the method of Steward and Salazar, 1992.

Usage

dbh_equiv(dbh, na.rm = TRUE)

Arguments

dbh

numeric - vector representing measure of mulit-trunked stem diameter at breast height

na.rm

boolean - should NAs be ignored.

Details

J.L. Stewart, R. Salazar. A review of measurement options for multipurpose trees Agrofor. Syst., 19 (1992), pp. 173-183, doi: 10.1007/BF00138507

Examples

library(landecoutils)
print(dbh_equiv(c(10.1, 6.4, NA, 2.3), na.rm=TRUE))

jbcannon/landecoutils documentation built on July 16, 2025, 10:17 p.m.