[R] Split graphs

2007-07-09 Thread tian shen
Hello All, I have a question, which somehow I think it is easy, however, I just couldn't get it. I want to histogram each row of a 1000*2 matrix( means it has 1000 rows), and I want to see those 1000 pictures together. How can I do this? Am I able to split a graph into 1000 parts and in

Re: [R] Split graphs

2007-07-09 Thread Charles Annis, P.E.
] On Behalf Of tian shen Sent: Monday, July 09, 2007 3:43 AM To: r-help@stat.math.ethz.ch Subject: [R] Split graphs Hello All, I have a question, which somehow I think it is easy, however, I just couldn't get it. I want to histogram each row of a 1000*2 matrix( means it has 1000 rows), and I

Re: [R] Split graphs

2007-07-09 Thread jim holtman
How many columns do you have? Is it 2 or 1000; can not tell from your email. A histogram of 2 values does not seem meaningful. Do you want 1000 separate histograms, one per page, or multiple per page? Yes you can do it, the question is what/how do you want to do it. On 7/9/07, tian shen