You can just use position : p <- ggplot(mtcars, aes(factor(vs), mpg, colour = factor(am))) + geom_boxplot() + stat_summary(fun.data = give.n, geom = "text", ...
確定! 回上一頁