data.frame
of
(usually) ring-width indices.rwi.stats(rwi, ids = NULL, period = c("max", "common"))
data.frame
with detreneded and standardised ring width
indices as columns and years as rows such as that produced by
detrend
.data.frame
with column one named data.frame(tree=
data.frame
containing the following:
n.tot
total number of unique combinations of the input series (i.e.,
n*n-1/2),
n.wt
total number of unique combinations of the within-tree
series,
n.bt
total number of unique combinations of the between-tree
series,
rbar.tot
the mean of all correlation between different cores,
rbar.wt
the mean of the correlations between series from the same
tree over all trees,
rbar.bt
the mean interseries correlation between all series from
different trees,
c.eff
the effective number of cores,
rbar.eff
the effective signal calculated as rbar.bt /
(rbar.wt + (1-rbar.wt) / c.eff)
,
eps
the expressed population signal.read.ids
is be helpful for
creating a mask based on the series id.
Note that period=NaN
for many of the
stats if there is no common overlap period among the cores. This
happens especially in chronologies with floating subfossil samples
(e.g., ca533
).
Some of the statistics are specific to dendrochronology (e.g., the
effective number of cores or the expressed population signal). Users
unfamiliar with these should see Cook and Kairiukstis (1990) and Fritts
(2001) for further details.detrend
, cor
,
read.ids
, rwi.stats.running
data(ca533)
ca533.rwi <- detrend(rwl = ca533, method = "ModNegExp")
ca533.ids <- read.ids(ca533, stc=c(3,2,3))
rwi.stats(ca533.rwi, ca533.ids)
Run the code above in your browser using DataLab