... library (gridExtra) # generate four scatterplots with regression lines F1 <- ggplot (anscombe) +aes (x1, y1)+geom_point () +geom_abline (intercept=3, ...
確定! 回上一頁