Here is a sample code, the generated boxplot without whisker. library(ggplot2) ggplot(data=mpg, mapping=aes(x=class, ...
確定! 回上一頁