ggplot (data, aes(x=distance, y= dep_delay)) + geom_point() + geom_smooth() ... comes after our points which means it is another layer added onto our graph:.
確定! 回上一頁