Re: [R] plot data frame

2011-02-28 Thread Jannis
I would transfer your matrix to a vector.assuming that your dataset is called data.matrix: as.vector(t(data.matrix[,-1])) should give you what you want... HTH Jannis On 02/28/2011 07:19 PM, Chuse chuse wrote: Dear R user, How can i plot this data as one time series - notice that it is

[R] plot data frame

2011-02-28 Thread Chuse chuse
Dear R user, How can i plot this data as one time series - notice that it is not column wise. V1V2 V3 V4 V5 V6 V7 [1,] 1950.01 1.07 1.12 1.12 1.25 1.16 1.15 [2,] 1950.07 1.16 1.20 1.30 1.31 1.36 1.34 [3,] 1951.01 1.34 1.36 1.40 1.47 1.55 1.45 [4,] 1951.07 1.56 1.62 1