decreaseMetric | R Documentation |
The average metric decay expresses the difference, in centimeters per meter, between the diameter (or circumference) at breast height and its diameter at mid-height of a stem related to the difference between the height at mid-height and that at breast height.
decreaseMetric(dmh, dbh, mh, bh = 1.3)
dmh |
numeric, the diameter at middle height in centimeter (cm). |
dbh |
numeric, the diameter at breast height in centimeter (cm). |
mh |
numeric, the middle (or cut) height in meter (m). |
bh |
Either a numeric value standing for the breast height in meter (m)
of all trees or a numeric vector standing for the breast height of each tree.
Default is |
Metric decay
reducecoef
decreaseMetric(dmh = 40, dbh = 90, mh = 7)
decreaseMetric(45, 85, 9)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.