Multiple Line Plots in the same graph
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