我們可以使用 tidyverse 中 mpg 這個data frame 來嘗試回答這個問題。 ... ggplot(data = mpg) + geom_point(mapping = aes(x = displ, y = hwy)).
確定! 回上一頁