stat_compare意味着_即使通过互联网进行交叉检查,我也没有得到输出

时间:2018-10-30 10:08:54

标签: r ggplot2

我不确定我在哪里犯错

这就是我拥有的:

ggbarplot(data, 
          x="Treatment", y="Shoot.plant", 
          add = "mean_se", color = "Density",
          position = position_dodge(0.9)) +
  stat_compare_means(aes(group = Density),
                     label = "p.signif", label.y = 0.2)

0 个答案:

没有答案