match_stems: Matching unidentifed stems of one tree in ForestGEO data

Description Usage Arguments Value

View source: R/match_stems.R

Description

Matching unidentifed stems of one tree in ForestGEO data

Usage

1
match_stems(dbh, year, acc_decr = -5, acc_incr = 35, relat_change = FALSE)

Arguments

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)?

Value

numeric vector of the same length as dbh and year, with the stem ID of each measurement


cpiponiot/cdynfgeo documentation built on July 7, 2020, 3:27 p.m.