A box plot can be constructed by means of geom_boxplot() calling with ggplot() function from ggplot2 package as: ggplot(mpg, aes(x = drv, ...
確定! 回上一頁