使用長度先畫箱形圖ggplot(ToothGrowth, aes(x = 0, y = len)) + geom_boxplot() ... notch = TRUE) + stat_summary(fun.y = "mean", geom = "point", shape = 23, ...
確定! 回上一頁