library(MASS) # Load MASS for the birthwt data set ggplot(birthwt, aes(x = factor(race), y = bwt)) + geom_boxplot(notch = TRUE). A notched box plot.
確定! 回上一頁