Re: [R] Multiple Line Plots in the same graph

2013-05-04 Thread Berend Hasselman
On 04-05-2013, at 11:24, Preetam Pal wrote: > Hi all, > > (Kindly ignore the previous mail.) > > I have 2 time series variables : X_t and Y_t where t=0,1,2,...,100 > I want a plot containing the line charts( time plotted on the x-axis) for > both these variables. > How can I do this or w

[R] Multiple Line Plots in the same graph

2013-05-04 Thread Preetam Pal
Hi all, (Kindly ignore the previous mail.) I have 2 time series variables : X_t and Y_t where t=0,1,2,...,100 I want a plot containing the line charts( time plotted on the x-axis) for both these variables. How can I do this or where do I look for the information on this? Appreciate your he