Description Usage Arguments Value
Matching unidentifed stems of one tree in ForestGEO data
1 | match_stems(dbh, year, acc_decr = -5, acc_incr = 35, relat_change = FALSE)
|
dbh |
numeric vector containing dbh values |
year |
numeric vector (same size as dbh) containing each measure census year |
acc_decr |
numeric: acceptable decrease between two censuses, as a proportion if relat_change is TRUE or in mm if relat_change is false |
acc_incr |
numeric: acceptable annual increase, as a proportion (per year) if relat_change is TRUE or in mm/year if relat_change is false |
relat_change |
logical: should the decrease and increse values be relative (proportion of total dbh) or absolute values (in mm)? |
numeric vector of the same length as dbh and year, with the stem ID of each measurement
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.