Load the ggplot2 package # Explore the mtcars data frame with str() # Execute the following command ggplot(mtcars, aes(x = cyl, y = mpg)) + geom_point() ...
確定! 回上一頁