View source: R/forestry_measures.R
dbh_equiv | R Documentation |
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.
dbh_equiv(dbh, na.rm = TRUE)
dbh |
numeric - vector representing measure of mulit-trunked stem diameter at breast height |
na.rm |
boolean - should NAs be ignored. |
J.L. Stewart, R. Salazar. A review of measurement options for multipurpose trees Agrofor. Syst., 19 (1992), pp. 173-183, doi: 10.1007/BF00138507
library(landecoutils)
print(dbh_equiv(c(10.1, 6.4, NA, 2.3), na.rm=TRUE))
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.