ggplot (mpg, aes(x=reorder(manufacturer, cty, FUN=median), y=cty)) + geom_boxplot(notch=TRUE, # Make a notched boxplot outlier.colour="red", # Change colour ...
確定! 回上一頁