[R] ggplot2: two time series with different dates in a single plot

2013-03-05 Thread Matthijs Daelman
Hi Using the ggplot2 package, I would like to obtain a plot that contains two time series that have data points on different dates. For instance, one data frame looks like: date1, value1 2010-01-05, 2921.74 2010-01-08, 2703.89 2010-01-14, 3594.21 2010-01-20, 3659.22 The other data frame looks

Re: [R] ggplot2: two time series with different dates in a single plot

2013-03-05 Thread Gabor Grothendieck
On Tue, Mar 5, 2013 at 3:30 PM, Matthijs Daelman matthijs.dael...@gmail.com wrote: Hi Using the ggplot2 package, I would like to obtain a plot that contains two time series that have data points on different dates. For instance, one data frame looks like: date1, value1 2010-01-05, 2921.74