Re: [R] Ordering several histograms

2011-03-06 Thread Uwe Ligges
On 05.03.2011 18:40, djbirdnerd wrote: not yet, but i have only just started programming in r... I don't know if i will able to... Without quoting the former thread and without replying to a particular person (rather than the mailing list only): Do you expect anybody on the mailing list kn

Re: [R] Ordering several histograms

2011-03-05 Thread djbirdnerd
not yet, but i have only just started programming in r... I don't know if i will able to... -- View this message in context: http://r.789695.n4.nabble.com/Ordering-several-histograms-tp382p3336869.html Sent from the R help mailing list archive at Nabble.com. _

Re: [R] Ordering several histograms

2011-03-03 Thread csrabak
Em 3/3/2011 12:00, djbirdnerd escreveu: Hallo everyone, I want to evaluate the change of the distribution for several size classes. How can i order these separate histograms with the same y-axis along a common x-axis according to their size classes. It would like it to look a bit like this (http

Re: [R] Ordering several histograms

2011-03-03 Thread Scott Chamberlain
You could get close with the ggplot2 package using the function facet_grid or facet_wrap, but each histogram would be on a separate x-axis Scott On Thursday, March 3, 2011 at 8:00 AM, djbirdnerd wrote: > Hallo everyone, > > I want to evaluate the change of the distribution for several size clas