bokeh / rbokeh

R interface to Bokeh http://hafen.github.io/rbokeh/
Other
313 stars 66 forks source link

Allow ly_lines to draw lm result #111

Open sinhrks opened 9 years ago

sinhrks commented 9 years ago

I understand that lm result can be drawn via ly_abline, but it is confusing to use ly_lines for lowess and ly_abline for lm.

hafen commented 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?

sinhrks commented 9 years ago

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.