Learn R Programming

meboot (version 0.0.1)

slider.mts: 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

Details

Requires the tcltk package.

See Also

meboot.

Examples

Run this code
## 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))

Run the code above in your browser using DataLab