library(ggplot2) p <- ggplot(mtcars, aes(wt, mpg)) + geom_point() + geom_abline(intercept = 20,slope = 2) p. geom_vline():.
確定! 回上一頁