[R] Interactive Plot in R?

2012-05-19 Thread corn
Hi, I want to do an interactive plot in R: I have a time series and I can plot it in the normal way: plot(modifieddate,timeseries,type=l,xlab=Date,ylab=values, main=title) (modifieddate is the values for the date on the x axis) The aim now is, that I want to do a Latex Presentation, where

Re: [R] Interactive Plot in R?

2012-05-19 Thread Erich Neuwirth
You might want to give the packages animation a try. On May 19, 2012, at 11:47 AM, c...@mail.tu-berlin.de wrote: Hi, I want to do an interactive plot in R: I have a time series and I can plot it in the normal way: plot(modifieddate,timeseries,type=l,xlab=Date,ylab=values, main=title

Re: [R] Interactive Plot in R?

2012-05-19 Thread corn
an interactive plot in R: I have a time series and I can plot it in the normal way: plot(modifieddate,timeseries,type=l,xlab=Date,ylab=values, main=title) (modifieddate is the values for the date on the x axis) The aim now is, that I want to do a Latex Presentation, where if it comes