[R] Errorbar
R. Michael Weylandt <michael.weylandt@gmail.com>
michael.weylandt at gmail.com
Tue Feb 18 19:50:15 CET 2014
Have you seen the examples at
docs.ggplot2.org/0.9.3.1/geom_errorbar.html
?
On Feb 18, 2014, at 10:57, "Alzahrani, Ahmad K A" <akaalz at essex.ac.uk> wrote:
> Hi All,
>
> Can anyone show me how to add a error bar to my graphs. I am currently using this code
>
> g<-ggplot(means,aes(x=variable,y=value))
>> g<-g+geom_bar(stat="identity")+facet_wrap(~Site+Season)
>> g
>
> Thanks,
>
> Akaalz
>
> [[alternative HTML version deleted]]
>
> ______________________________________________
> R-help at r-project.org 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.
More information about the R-help
mailing list