Skip to content
Prev 281154 / 398503 Next

Histogram omitting/collapsing groups

Hi,

I think you're not understanding quite what's going on with hist. Reread the
help, and take a look at this small example. The solution I'd use is the last
item.
x
 1  2  3  4  5  6  7  8  9 10
 1  2  3  4  5  6  7  8  9 10
[1]  3  3  4  5  6  7  8  9 10
[1]  1  2  3  4  5  6  7  8  9 10
[1] 1.5 2.5 3.5 4.5 5.5 6.5 7.5 8.5 9.5
[1]  1  2  3  4  5  6  7  8 19
[1]  1  2  3  4  5  6  7  8  9 10
[1] 1.5 2.5 3.5 4.5 5.5 6.5 7.5 8.5 9.5
[1]  1  2  3  4  5  6  7  8  9 10
[1]  0.5  1.5  2.5  3.5  4.5  5.5  6.5  7.5  8.5  9.5 10.5
[1]  1  2  3  4  5  6  7  8  9 10


Sarah
On Sat, Dec 31, 2011 at 10:25 AM, Aren Cambre <aren at arencambre.com> wrote: