Re: [R] Plotting a dataframe with date format

2009-11-17 Thread jim holtman
It plots fine for me. I see 2007 and 2008 on the x-axis. On Tue, Nov 17, 2009 at 4:56 PM, separent wrote: > > I tried to plot the attached dataframe with the following command. > > plot(inclino.06.1.r00.time.select.transpose[,1],inclino.06.1.r00.time.select.transpose[,2]) > > The first column is

[R] Plotting a dataframe with date format

2009-11-17 Thread separent
I tried to plot the attached dataframe with the following command. plot(inclino.06.1.r00.time.select.transpose[,1],inclino.06.1.r00.time.select.transpose[,2]) The first column is in date format, second is numeric. The plot does not correspond to my values. Why? Regards, Serge-Étienne Parent Go