Skip to content
Prev 279656 / 398503 Next

nice time series viewer?

plot.xts()

chartSeries() if you are using financial data?

It's going to depend on your (unstated) form of time series, but
generally R isn't set up for interactive graphics. (chartSeries being
the only time-series specific exception I know; you can also do Rgl
and Rggobi stuff with a little bit of work)

Also, please don't cross post to two lists.

Michael
On Wed, Dec 7, 2011 at 2:15 PM, Michael <comtech.usa at gmail.com> wrote: