detrend.series
.
i.detrend.series(y, y.name = NULL, nyrs = NULL, f = 0.5, pos.slope = FALSE)
numeric
vector. Usually a tree-ring series. character
vector to name the series
for plotting purposes. nyrs
is
NULL
. logical
flag. Will allow for a positive
slope to be used in method "ModNegExp"
. If FALSE
the
line will be horizontal. y
) according to
the method used with names set to colnames(y)
. These are
typically years. A plot is also produced and the user chooses a method
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. See detrend.series
for
examples and details on the detrending methods.
detrend.series