to ggplot2. library(hexbin) data(NHANES) p<-qplot(Smoke,BMI,data=NHANES,facets=~Race,geom=c("jitter"),alpha=.2) p + geom_boxplot(outlier.colour="white" ...
確定! 回上一頁