mdd | R Documentation |
Calculate the plot mean dominant DBH
mdd(DBH, H, plotsize)
DBH |
Field containing the tree DBHs in cm |
H |
Field containing the tree heights in m |
plotsize |
Plot area in ha |
Mean dominant DBH (cm)
dbh<-runif(20, 20 ,30) h<-runif(20, 25, 35) plot.size <- 0.06 mdd(DBH = dbh, H = h, plotsize = plot.size)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.