ggplot (diamonds, aes(x=carat, y=price)) + geom_point() ... In this case, we are plotting the diamonds data frame, so we type "diamonds".
確定! 回上一頁