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
Describe how it works in R's ggplot2 facet_grid creates a 2d grid of plots, with the rows split by one variable and the columns split by another variable. It should support the following options initially:
rows
cols
scales
Describe any changes you think should be made to R's version
Implement as is
The text was updated successfully, but these errors were encountered:
Describe how it works in R's
ggplot2
facet_grid
creates a 2d grid of plots, with the rows split by one variable and the columns split by another variable. It should support the following options initially:Describe any changes you think should be made to R's version
Implement as is
The text was updated successfully, but these errors were encountered: