basal_i computes the basal area of a tree stem
(individual), the area of a circle of diameter dbh. basal2dbh computes the dbh (diameter) based on the basal area.
Usage
basal_i(dbh, circum = NULL)
basal2dbh(basal)
Value
basal_i returns individual basal area while basal2dbh
returns DBH.
Arguments
dbh
numeric, vector of diameter.
circum
numeric, vector of circumference. Is used only if dbh
is not given.