Hi all,
I'm a new R user. I have the following information about a data set
and how to make a histogram?
data number of observations
0-2 25
2-10 10
10-100 10
100-1000 5
I tried barplot(height=...,width=...,...), the output looks right but
the x-axis is missing. How to fix it?
Also can I use<hist> to draw it?
Thanks!
WX
______________________________________________
R-help@r-project.org mailing list
https://stat.ethz.ch/mailman/listinfo/r-help
PLEASE do read the posting guide http://www.R-project.org/posting-guide.html
and provide commented, minimal, self-contained, reproducible code.