Hello, I would like to produce a few time series graphs with R. My data is usually quarterly or monthly. I sometimes need to have two y-axes, one at the left, the other right. Is there any toolbox producing nice looking time series graphs? Thanks, miao [[alternative HTML version deleted]]
John Kane
2012-Mar-22 10:27 UTC
[R] Any package recommended for time series graphics in R?
Have a look at the Time series Task View. Go to a CRAN site and you should see a task view button on the upper left side of the window. It should give you some leads. John Kane Kingston ON Canada> -----Original Message----- > From: miaojpm at gmail.com > Sent: Thu, 22 Mar 2012 13:50:10 +0800 > To: r-help at r-project.org > Subject: [R] Any package recommended for time series graphics in R? > > Hello, > > I would like to produce a few time series graphs with R. My data is > usually quarterly or monthly. I sometimes need to have two y-axes, one at > the left, the other right. Is there any toolbox producing nice looking > time > series graphs? > > Thanks, > > miao____________________________________________________________ FREE 3D EARTH SCREENSAVER - Watch the Earth right on your desktop!
Marcos Amaris Gonzalez
2012-Mar-24 07:21 UTC
[R] Any package recommended for time series graphics in R?
Look this website, I think that it is very good: http://a-little-book-of-r-for-time-series.readthedocs.org/en/latest/src/timeseries.html#time-series-analysis On Thu, Mar 22, 2012 at 12:50 AM, jpm miao <miaojpm at gmail.com> wrote:> Hello, > > ? I would like to produce a few time series graphs with R. My data is > usually quarterly or monthly. I sometimes need to have two y-axes, one at > the left, the other right. Is there any toolbox producing nice looking time > series graphs? > > ? Thanks, > > miao > > ? ? ? ?[[alternative HTML version deleted]] > > ______________________________________________ > R-help at r-project.org mailing list > https://stat.ethz.ch/mailman/listinfo/r-help > PLEASE do read the posting guide http://www.R-project.org/posting-guide.html > and provide commented, minimal, self-contained, reproducible code.
Seemingly Similar Threads
- Input and output of time series data - any function or packages that helps?
- What is a better way to deal with lag/difference and loops in time series using R?
- How can I tabulate time series data (in RStudio or any other R editor)?
- Why can't R understand if(num!=NA)?
- How can we access element(s) of a time series object?