Open sinhrks opened 9 years ago
This is how things work with base R graphics - an lm
result is an naturally an abline
. Are there other plotting packages that do this?
Thanks for consideration. Understood the background.
What I have in my mind was to have a single API. It is very nice if we have a function ggplot2::geom_smooth
.
I understand that
lm
result can be drawn vialy_abline
, but it is confusing to usely_lines
forlowess
andly_abline
forlm
.