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
* use of grid.arrange (from the gridExtra package) doesn't function as expected. From what I can tell, this is because the local copy of ggplot_build is NOT being run, rather, the original function from the ggplot2 package is being called, and, hence the patched functionality unique to ggtern is essentially being circumvented.