esquisse icon indicating copy to clipboard operation
esquisse copied to clipboard

[Feature Request] Linear Trend Line

Open p-schaefer opened this issue 3 years ago • 4 comments

Would it be possible to add an option for linear trend lines as well as the default?

p-schaefer avatar Apr 20 '21 00:04 p-schaefer

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

pvictor avatar Apr 21 '21 12:04 pvictor

Yes, exactly. Thank you!

p-schaefer avatar Apr 22 '21 17:04 p-schaefer

Any progress on this?

p-schaefer avatar Sep 02 '21 14:09 p-schaefer

Sorry, not yet! I put it on my todo

pvictor avatar Jan 10 '22 14:01 pvictor

If you reinstall from GitHub, you can change smoothing method.

pvictor avatar Apr 18 '24 14:04 pvictor