Line 986: ggplot(ErrBarData, aes(x=““, y=mean))+geom_errorbar(aes(ymin=mean-ci, ymax=mean+ci), width=.2)+ geom_point(size=2) + geom_point(x=1, y=905, ...
確定! 回上一頁