Learn R Programming

sitree (version 0.1-15)

QMD.cm.f: Quadratic Mean Diameter

Description

Calculates quadratic mean diameter.

Usage

QMD.cm.f(x.mm)

Value

The QMD in cm of x.mm.

Arguments

x.mm

DBH in mm.

Author

Clara Anton Fernandez caf@nibio.no

Details

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

Examples

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

Run the code above in your browser using DataLab