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
Currently the plot_grid() function draws ggplots by row. It would be nice if the function accepts an additional boolean parameter say 'byrow' (similar to the one in the matrix() function) and then plots ggplots either by row or by column. This would avoid users to go through an extra step of getting the plots in the desired order in the 'plotlist' argument.
Currently the plot_grid() function draws ggplots by row. It would be nice if the function accepts an additional boolean parameter say 'byrow' (similar to the one in the matrix() function) and then plots ggplots either by row or by column. This would avoid users to go through an extra step of getting the plots in the desired order in the 'plotlist' argument.
Here is a link to the related discussion on stackoverflow.com:
https://stackoverflow.com/questions/63074633/draw-ggplots-in-the-plot-grid-by-column-plot-grid-function-of-the-cowplot-pa/63077508?noredirect=1#comment111656039_63077508
The text was updated successfully, but these errors were encountered: