Description Usage Arguments Details Value Author(s) Examples
View source: R/utility_functions.r
Arrange ggplot2 plots in an arbitrary grid
1 |
... |
A series lists of of ggplot objects |
The function takes arguments of the form 'list(plot, row(s), column(s))' where 'plot' is a ggplot2 plot object, and the rows and columns identify an area of the grid that you want that plot object to occupy. See http://stackoverflow.com/questions/18427455/multiple-ggplots-of-different-sizes
A grid of ggplot2 plots
Extracted from the [wq] package
1 2 3 4 5 6 7 8 9 |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.