Hello, I have four different time series from the same time period within a year (February through August) but they are from different years. I can not figure out how to plot them all (so they will be overlayed instead of plotted on after another) on the same graph with the x-axis corresponding to the month/day instead of year/month/day. Thank you. Max
overlay multiple time series on one plot
2 messages · Max Rausch, jim holtman
It would be nice if you provided some sample data. You can change the date variable to a common year (subtract the difference) and then plot on a common axis.
On Mon, Apr 13, 2009 at 5:34 PM, Max Rausch <maxrausch at gmail.com> wrote:
Hello, I have four different time series from the same time period within a year (February through August) but they are from different years. I can not figure out how to plot them all ?(so they will be overlayed instead of plotted on after another) on the same graph with the x-axis corresponding to the month/day instead of ?year/month/day. Thank you. Max
______________________________________________ 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.
Jim Holtman Cincinnati, OH +1 513 646 9390 What is the problem that you are trying to solve?