[R] looking for a plot function

2005-04-06 Thread bogdan romocea
Dear useRs, I have a data frame and I want to plot all rows. Each row is represented as a line that links the values in each column. The plot looks like this: dfr - data.frame(A=sample(1:50,10),B=sample(1:50,10), C=sample(1:50,10),D=sample(1:50,10)) xa - 10*1:4 plot(c(10,40),c(0,50)) for

Re: [R] looking for a plot function

2005-04-06 Thread Deepayan Sarkar
On Wednesday 06 April 2005 15:18, bogdan romocea wrote: Dear useRs, I have a data frame and I want to plot all rows. Each row is represented as a line that links the values in each column. The plot looks like this: dfr - data.frame(A=sample(1:50,10),B=sample(1:50,10),

RE: [R] looking for a plot function

2005-04-06 Thread Doran, Harold
-help@stat.math.ethz.ch Subject: [R] looking for a plot function Dear useRs, I have a data frame and I want to plot all rows. Each row is represented as a line that links the values in each column. The plot looks like this: dfr - data.frame(A=sample(1:50,10),B=sample(1:50,10), C=sample(1

RE: [R] looking for a plot function

2005-04-06 Thread apjaworski
cc 04/06/2005 03:24 PMSubject RE: [R] looking for a plot function