diameterMean | R Documentation |
Mean diameter of a forestry stand.
diameterMean(dbh)
dbh |
numeric, vector of diameter. |
Mean diameter.
dbh
, basal_i
set.seed(1)
diameter <- rnorm(10, 100, 20)
diameterMean(dbh = diameter)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.