basal_i | R Documentation |
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.
basal_i(dbh, circum = NULL)
basal2dbh(basal)
dbh |
numeric, vector of diameter. |
circum |
numeric, vector of circumference. Is used only when |
basal |
numeric, individual basal area. |
If circum
is given, dbh
is not used.
basal_i
returns individual basal area while basal2dbh
returns DBH.
basal_i(dbh = 10)
basal_i(circum = 31.41)
basal2dbh(78.53982)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.