1 The aesthetics of a ggplot-graph are the visuals we see in the graph: ... ggplot(data = movies, mapping = aes(x = budget, y = rating)) + geom_point().
確定! 回上一頁