I built this boxplot with the help of ggplot2: ggplot(data = iris,aes(x=Species,y=Sepal.Length))+geom_boxplot(outlier.shape=NA).
確定! 回上一頁