You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
ggplot_add() lacks a method for "by" objects. Unfortunately, "by" objects do not have "list" in their class attribute, so ggplot_add.default() is hit instead of ggplot_add.list(). Given the prevalent use of by(), is it worth adding a method?