Some help with how to re-label the vertical axis in a histogram would be
appreciated.
qplot(off.sc,weight=rel.freq,binwidth=.29,main="test
Figure"+ylab("New from inside"))+ylab("New from outside")+
xlab("off.sc\nAggregated frequency plots for 17 equal intervals.")
The code produces a proper histogram. However, the y axis is labeled count
and this needs to be changed because the data is relative
frequencies (sample proportions.)
ylab() does not do the trick (in either position). Does anyone know what works?
Thanks
Steve Rytina, McGill University
[[alternative HTML version deleted]]
______________________________________________
[email protected] 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.