slider.smooth.plot.ts computes smooth curves
of a time series plot by Tukey's smoothers.
The kind of smoothing is controlled by a Tcl/Tk widget.
Usage
slider.smooth.plot.ts(x, ...)
Arguments
x
time series
…
additional graphical parameters
Value
a message about the usage
Details
slider.smooth.plot.ts draws the time series x.
The user selects a filter of the set
c("3RS3R", "3RSS", "3RSR", "3R", "3", "S")
step by step and the resulting curve is added to the plot.
The selection is performed by pressing a button of the control
widget of slider.smooth.plot.ts.
The button reset restarts the smoothing process.
References
Tukey, J. W. (1977). Exploratory Data Analysis, Reading
Massachusetts: Addison-Wesley.