You can do that with one line of R code here in your interactive terminal, ... ggplot(diamonds, aes(x=carat, y=price)) + geom_point() + geom_smooth()
確定! 回上一頁