So, ggplot2 is a third party package: that means it's code that doesn't come built ... ggplot(diamonds, aes(x=carat, y=price, color=clarity)) + geom_point().
確定! 回上一頁