ggplot(data = iris, aes(x = Species, y = Petal.Length, fill = Species)) + geom_boxplot() + stat_boxplot(geom = "errorbar") ...
確定! 回上一頁