boxplot b1 <- ggplot(xy, aes(zvar, xvar)) + geom_boxplot(aes(fill = zvar)) + theme(legend.position = "none") # jitter plot b2 <- ggplot(xy, ...
確定! 回上一頁