ggplot(data)+
geom_bar(aes(x=treatment, y=deg), stat = "identity",
width=0.4, position=position_dodge(0.9)) +
geom_errorbar(aes(x=treatment, ymin=deg, ymax=deg+se),
width=0.2, position=position_dodge(width=1))
I can't do the error bars right and as you can see multiple error bars are coming. I don't know what is going on here. its different treatment vs decomposition rate