Description Usage Arguments Details Value Author(s) See Also Examples
View source: R/slider.zoom.plot.ts.R
This function shows one or two sections of a time series. The window(s) is (are) controlled by sliders.
1 | slider.zoom.plot.ts(x, n.windows, ...)
|
x |
time series |
n.windows |
|
... |
additional graphical parameters |
slider.zoom.plot.ts
plots the original time series and it lets you
select one or two sections of the series by fixing the width(s) and the
starting point(s) of the region(s). Then the section(s) of the series is (are)
plotted separately one below the other.
The first slider defines the width of the section(s). The second (third) one sets the start of the first (second) section.
a message about the usage
Hans Peter Wolf
1 2 3 4 5 | ## Not run:
## This example cannot be run by examples() but should be work in an interactive R session
slider.zoom.plot.ts(co2,2)
## End(Not run)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.