A quick question I cannot for the life find the answer to:
Just look at the error bar argument for ggplot2, how can I remove the ymin
from aes()
?
I want my plots as simple as possible and I feel its enough to see the ymax.
geom_errorbar(position=position_dodge(0.8), width=.6, aes(ymin=mean+sem, ymax=mean+sem), size=4)
This is what I want:
http://forums.ni.com/t5/DIAdem-Idea-Exchange/Error-bars-for-a-Bar-Plot/idi-p/1682644