[R] "Raw" histogram plots

Andre Nathan andre at digirati.com.br
Wed Feb 27 17:19:16 CET 2008


On Wed, 2008-02-27 at 08:48 -0500, Charilaos Skiadas wrote:
> x <- table(rbinom(20,2,0.5))
> plot(names(x),x)
> 
> should do it. You can also try just plot(x). Use prop.table on table  
> if you want the relative frequencies instead.

Yes, names is what I needed :) Thanks for the prop.table hint. I looked
everywhere but none of my searches hinted at table/table.prop. You guys'
help has been invaluable for me.

Thanks again,
Andre



More information about the R-help mailing list