Description Usage Arguments Details Value Author(s) References See Also Examples
View source: R/slider.smooth.plot.ts.R
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.
1 |
x |
time series |
... |
additional graphical parameters |
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.
a message about the usage
Hans Peter Wolf
Tukey, J. W. (1977). Exploratory Data Analysis, Reading Massachusetts: Addison-Wesley.
1 2 3 4 5 | ## 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)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.