esquisse
esquisse copied to clipboard
[Feature Request] Linear Trend Line
Would it be possible to add an option for linear trend lines as well as the default?
Something with the method
argument ? Like:
library(ggplot2)
ggplot(mpg, aes(displ, hwy)) +
geom_point() +
geom_smooth(method = "lm", se = FALSE)
I'll look into it
Yes, exactly. Thank you!
Any progress on this?
Sorry, not yet! I put it on my todo
If you reinstall from GitHub, you can change smoothing method.