ggplot (aes(x = weight, y = shootarea), data = flower) + geom_point() + ... instead of geom_smooth stat_smooth(geom = "smooth", method = "lm", se = FALSE).
確定! 回上一頁