aplpack (version 1.3.3)

slider.smooth.plot.ts: 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

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.

See Also

plot, smooth

Examples

Run this code
# NOT RUN {
## This example cannot be run by examples() but should be work in an interactive R session
  slider.smooth.plot.ts(rnorm(100))
# }

Run the code above in your browser using DataCamp Workspace