Re: [R] Boxplot from matrices

2009-01-11 Thread johnhj
Thank you very much for you help... Carlos J. Gil Bellosta wrote: > > Hello, > > The following code may help you: > >> my.matrix <- matrix( rnorm(16), ncol = 4 ) >> boxplot( my.matrix ~ col( my.matrix ) ) > > Best regards, > > Carlos J. Gil Bellosta > http://www.datanalytics.com > > >

Re: [R] Boxplot from matrices

2009-01-11 Thread Carlos J. Gil Bellosta
Hello, The following code may help you: > my.matrix <- matrix( rnorm(16), ncol = 4 ) > boxplot( my.matrix ~ col( my.matrix ) ) Best regards, Carlos J. Gil Bellosta http://www.datanalytics.com On Sun, 2009-01-11 at 05:23 -0800, johnhj wrote: > Hii, > > I will create boxplots from matrices.

[R] Boxplot from matrices

2009-01-11 Thread johnhj
Hii, I will create boxplots from matrices. I have the following data sets: 5.0 1.78 2.99 2.019 0 10.0 1.79 3.00 1.744 0 15.0 1.78 2.98 1.936 0 20.0 1.78 2.99 1.975 0 25.0 1.73 2.91 3.591 0 30.0 1.7