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 help. Thanks, Preetam -- Preetam Pal (+91)-9432212774 M-Stat 2nd Year, Room No. N-114 Statistics Division, C.V.Raman Hall Indian Statistical Institute, B.H.O.S. Kolkata. [[alternative HTML version deleted]]
On 04-05-2013, at 11:24, Preetam Pal <lordpreetam at gmail.com> 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 where do I look for the information on this? >Start with ?plot Then do as the help advises methods(plot) and finally do ?plot.ts For heaven's sake start using R's help. And do some experimenting. Berend