slider.mts {meboot}R Documentation

Slider for Selecting a Single Time Series to Plot from a 'mts' Object

Description

This function displays single plots from a 'mts' object. The time series to plot is selected through a slider scaled from 1 to the number total of times series in the object.

Usage

    slider.mts (x,...)
  

Arguments

x an object of class mts.
... further arguments passed to plot.

Details

Requires the tcltk package.

See Also

meboot.

Examples

    ## Ensemble for the AirPassenger time series data
    set.seed(345)
    out <- meboot(x=AirPassengers, reps=100)
    slider.mts(ts.union(AirPassengers, out$ensemble), 
      ylim=range(out$ensemble))
  

[Package meboot version 1.0-0 Index]