Re: [R] Logrithmic histogram?

2012-01-23 Thread Ted Harding
On 23-Jan-2012 Kevin Burton wrote: > I have some data where the frequency is heavily weighted > on the lower end. So I have lots of low values with very > few higher values. I would like to find breakpoints that > cover the data with as much detail as possible. I find > that if I use hist() to auto

Re: [R] Logrithmic histogram?

2012-01-22 Thread Hasan Diwan
On 22 January 2012 19:29, Kevin Burton wrote: > I have some data where the frequency is heavily weighted on the lower end. > So I have lots of low values with very few higher values. I would like to > find breakpoints that cover the data with as much detail as possible. I find > that if I use hist

[R] Logrithmic histogram?

2012-01-22 Thread Kevin Burton
I have some data where the frequency is heavily weighted on the lower end. So I have lots of low values with very few higher values. I would like to find breakpoints that cover the data with as much detail as possible. I find that if I use hist() to automatically find the breaks for me it finds bre