Exploring ggplot2: geom_abline ... library(ggplot2) p <- qplot(x = wt, y = mpg, data = mtcars) p + geom_abline() ...
確定! 回上一頁