QMD.cm.f | R Documentation |
Calculates quadratic mean diameter.
QMD.cm.f(x.mm)
x.mm |
DBH in mm. |
It ignores not finite values like NA, and calculates the QMD for the rest of the trees.
The QMD in cm of x.mm.
Clara Anton Fernandez caf@nibio.no
QMD.cm.f(50)
QMD.cm.f(c(51, NA))
QMD.cm.f(c(51, 42, 120, 57))
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.