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
I actually don't mind the new syntax. It is clunky in some ways, but I feel that's a consequence of vars()? The two-sided formula version was always a headache for me: I never had a good way of remembering whether LHS maps to rows or columns. But point taken... there are higher priorities!
need to switch from
facet_grid(a ~ b)
tofacet_grid(rows = vars(a), cols = vars(b))
etcThe text was updated successfully, but these errors were encountered: