View source: R/DBHClassifier.R
DBHClassifier | R Documentation |
This function derives DBH classes based on DBH. This function is equivalent to dbh_cl.sas macro.
DBHClassifier(DBH, classInterval = 5, maxDBH = 175)
DBH |
numeric, Tree DBH. |
classInterval |
numeric, The interval that used to categorize the DBH. If missing 5 cm is used. |
maxDBH |
numeric, Upper class limit. DBH that surpasses this limit is groupped in at this limit. If missing 175 is used. |
Classified DBH
Yong Luo
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.