glk(x)
data.frame
of tree-ring data with records in
columns, and years as rows. matrix
with the Gleichläufigkeit for
all possible combinations of records. If two curves have less than 3
years of overlap, Gleichläufigkeit cannot be
computed, and NA
is returned.
mean(glk(x), na.rm = TRUE)
. This implementation improves
the original formulation inasmuch as the case of neighbouring
identical measurements in the same years is accounted for. Here, it is
treated as full agreement, in contrast to only partial agreement in
the original formulation.
Schweingruber, F. H. (1988) Tree rings: basics and applications of dendrochronology. Kluwer Academic Publishers, Dordrecht, Netherlands, 276 p.
data(ca533)
ca533.glk <- glk(ca533)
mean(ca533.glk, na.rm = TRUE)
Run the code above in your browser using DataLab