mth: Mean Top Height

View source: R/MTH.R

mthR Documentation

Mean Top Height

Description

The average height of the primary leaders of the largest 100 trees per hectare where largest is measured in terms of the dbh of the primary leader of that tree.

Usage

mth(DBH, H, plotsize)

Arguments

DBH

Field containing the tree DBH values in cm measured in the plot

H

Field containing the tree height measurements in m.

plotsize

Area of the plot in hectares

Value

The mean top height of the plot.

Examples

## Not run: 
mth(DBH = dbh_m, H = h_m, plotsize = 0.05)

## End(Not run)

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