Hi > -----Original Message----- > From: r-help-boun...@r-project.org [mailto:r-help-bounces@r- > project.org] On Behalf Of Yuan, Rebecca > Sent: Tuesday, January 22, 2013 4:07 PM > To: R help > Subject: [R] plot two time series with different length and different > starting point in one figure. > > Hello, > > I do have two different time series A and B, they are different in > length and starting point. A starts in Jan, 2012 and ends in Dec, 2012 > and B starts in March, 2012 and ends in Nov, 2012. > > How can I plot those two series A and B in the same plot? I.E., from > Jan. 2012 - Feb, 2012, it would have one data point from A and from > Mar, 2012-Nov, 2012, it would have two data points from A and B, and in > December 2012, it would have one data point from A.
Merge those 2 series. ?merge Regards Petr > > Thanks very much! > > Cheers, > > Rebecca > > > ---------------------------------------------------------------------- > This message, and any attachments, is for the intended > r...{{dropped:5}} > > ______________________________________________ > R-help@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. ______________________________________________ R-help@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.