how can I add a label to the max value of this plot:
qplot(c, data=subset(df,c < 3000),geom="freqpoly")
c is just integers
I think either annotate or geom_text is what you're looking for. http://stackoverflow.com/questions/2409357/how-to-nicely-annotate-a-ggplot2-manual
annotate
geom_text
Sign up using Google
Sign up using Facebook
Sign up using Stack Exchange
By posting your answer, you agree to the privacy policy and terms of service.
tagged
asked
1 year ago
viewed
195 times
active