arrange_grid | R Documentation |
arrange a list of ggplot objects into a grid in a single ggplot object
arrange_grid(g_list, ncol)
g_list |
list of ggplot objects |
ncol |
if ncol = 0, this function returns the original g_list. if ncol > 0, arrange g_list into ncol columns in a single ggplot object. |
either a single ggplot object or a list of ggplot objects
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.