How do you use hist() to plot relative frequencies in R?
If I do the following, I will get a density plot, but I want a relative frequency plot:
a &l
hist(a, breaks=c(0, 1, 2, 3), freq=FALSE, right=FALSE)