mdd: MDD

View source: R/MDD.R

mddR Documentation

MDD

Description

Calculate the plot mean dominant DBH

Usage

mdd(DBH, H, plotsize)

Arguments

DBH

Field containing the tree DBHs in cm

H

Field containing the tree heights in m

plotsize

Plot area in ha

Value

Mean dominant DBH (cm)

Examples

dbh<-runif(20, 20 ,30)
h<-runif(20, 25, 35)
plot.size <- 0.06
mdd(DBH = dbh, H = h, plotsize = plot.size)

jonathandash/wafR documentation built on March 27, 2022, 11:47 a.m.