... mean(cyl)) ggplot(mtcars) + geom_point(aes(mpg, cyl)) + geom_hline(data = dMean, aes(yintercept = MN)) + facet_wrap(~ gear).
確定! 回上一頁