Let's add them to our graph to see the difference. ggplot(data = data, mapping = aes(x = pressure, y = wind)) + geom_point(color = "pink" ...
確定! 回上一頁