| slider.mts {meboot} | R Documentation |
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.
slider.mts (x,...)
x |
an object of class mts. |
... |
further arguments passed to plot. |
Requires the tcltk package.
## 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))