View source: R/forestry_measures.R
ba | R Documentation |
This function calculates basal area from DBH using simple circular assumption. Out put is in squared units of inputs.
ba(dbh, na.rm = TRUE)
dbh |
numeric - vector representing measure of diameter at breast height |
na.rm |
boolean - should NAs be ignored. |
library(landecoutils)
print(ba(c(.101, .064, NA, 0.023), na.rm=TRUE))
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.