slider.smooth.plot.ts {aplpack} | R Documentation |
interactive Tukey smoothing
Description
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 |
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.
Value
a message about the usage
Author(s)
Hans Peter Wolf
References
Tukey, J. W. (1977). Exploratory Data Analysis, Reading Massachusetts: Addison-Wesley.
See Also
Examples
## Not run:
## This example cannot be run by examples() but should be work in an interactive R session
slider.smooth.plot.ts(rnorm(100))
## End(Not run)
[Package aplpack version 1.3.5 Index]