在 ggplot2 系統若要繪製箱形圖,可以使用 geom_boxplot : ggplot(InsectSprays, aes(x = spray, y = count)) + geom_boxplot().
確定! 回上一頁