[R] add value to Bar chart ggplot2

Ulrik Stervbo ulrik.stervbo at gmail.com
Fri May 27 15:22:39 CEST 2016


Hi Elahe,

maybe this will help:
http://stackoverflow.com/questions/6455088/how-to-put-labels-over-geom-bar-in-r-with-ggplot2
or this:
http://stackoverflow.com/questions/12018499/how-to-put-labels-over-geom-bar-for-each-bar-in-r-with-ggplot2

Best,
Ulrik

On Fri, 27 May 2016 at 15:12 ch.elahe via R-help <r-help at r-project.org>
wrote:

>
> Hi all ,
> I have the following bar chart and I want to add SLC variable values to
> the charts but I don't know how to use geom_text:
>
>
>     ggplot(df,(Protocol,fill=quant))+geom_bar()+coord_flip()
>
> Thanks for any help!
> Elahe
>
> ______________________________________________
> R-help at r-project.org mailing list -- To UNSUBSCRIBE and more, see
> 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.
>

	[[alternative HTML version deleted]]



More information about the R-help mailing list