To do this in ggplot2 , try: ggplot(ddf, aes(x=GRP, y=NUMS)) + geom_boxplot(outlier.shape=NA) + #avoid plotting outliers twice ...
確定! 回上一頁