Skip to content
Prev 140538 / 398506 Next

histogram for integer data

You might consider something based on the concept of:

   y <- table( x)
   plot( as.numeric(names(y)) , y, type='h')

-Don
At 2:59 PM -0400 3/27/08, <Erwann.Rogard at sanofi-aventis.com> wrote: