ggplot (weather_df, aes(x = tmin, y = tmax)) + geom_point() ## Warning: Removed 15 rows containing missing values (geom_point). The code below could be used ...
確定! 回上一頁