如何修复R中ggplot的多个错误栏问题?

时间:2018-10-24 02:26:12

标签: r ggplot2 errorbar

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))

enter image description here

我无法正确显示错误栏,并且您可以看到即将出现多个错误栏。我不知道这是怎么回事。不同的处理方式与分解速率

0 个答案:

没有答案