Box plot from a data frame # Add jitter and change fill color by group qplot(group, weight, data = PlantGrowth, geom=c("boxplot", "jitter"), fill = group) ...
確定! 回上一頁