slider.smooth.plot.ts: interactive Tukey smoothing

Description Usage Arguments Details Value Author(s) References See Also Examples

View source: R/slider.smooth.plot.ts.R

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

1

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

plot, smooth

Examples

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)

aplpack documentation built on Sept. 30, 2021, 5:08 p.m.