QMD.cm.f: Quadratic Mean Diameter

QMD.cm.fR Documentation

Quadratic Mean Diameter

Description

Calculates quadratic mean diameter.

Usage

QMD.cm.f(x.mm)

Arguments

x.mm

DBH in mm.

Details

It ignores not finite values like NA, and calculates the QMD for the rest of the trees.

Value

The QMD in cm of x.mm.

Author(s)

Clara Anton Fernandez caf@nibio.no

Examples

QMD.cm.f(50)
QMD.cm.f(c(51, NA))
QMD.cm.f(c(51, 42, 120, 57))

sitree documentation built on April 28, 2022, 5:06 p.m.