detrend.series
.i.detrend(rwl, y.name = names(rwl), nyrs = NULL, f = 0.5,
pos.slope = FALSE)
character
vector of length
ncol(rwl)
that gives the ID of each
series. Defaults to the column names of rwl
.nyrs
is
NULL
.logical
flag. Will allow for a positive
slope to be used in method "ModNegExp"
. If FALSE
the
line will be horizontal.data.frame
containing each detrended series according to the
method used as columns and rownames set to
colnames(y)
. These are typically years. Plots are also
produced as the user chooses the detrending methods through keyboard
input.detrend.series
for which it is
essentially a wrapper. The user enters their choice of detrended
method via keyboard at a prompt for each ring width series in
rwl
. See detrend.series
for examples and
details on the detrending methods.detrend.series