library(ggplot2) ggplot(iris, aes(factor(Species), Sepal.Width, fill = Species)) + geom_boxplot() + stat_boxplot(geom ='errorbar', width = 0.5) ...
確定! 回上一頁