Thin bars in R hist !!??
Peter Dalgaard wrote:
Were you perhaps looking for hist(x, breaks=seq(0, 100,10))? (Notice that if "breaks" is a single number, it will generate breaks based on range(x), not xlim.)
Great! That's *exactly* what I needed. Thanks a lot!
View this message in context: http://n4.nabble.com/Thin-bars-in-R-hist-tp997908p997945.html Sent from the R help mailing list archive at Nabble.com.