ba | R Documentation |
The basal area is the area of a given section of land that is occupied by the cross-section of tree stems at breast height.
ba(DBH, plotsize)
DBH |
Field containing the tree DBH in cm |
plotsize |
Area of the plot in hectares |
The plot basal area in m2/ha
dbh = runif(20, 25, 35) # Make an example set of dbhs ba(DBH = dbh,plotsize = 0.02)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.