... FALSE) #> `geom_smooth()` using formula = 'y ~ x' ggplot(mpg, aes(displ, hwy)) + geom_point() + geom_smooth(method = lm, formula = y ~ splines::bs(x, ...
確定! 回上一頁