| multiplot | R Documentation |
This function has been deprecated in favor of patchwork::wrap_plots().
Please use patchwork::wrap_plots(plotlist, ncol = cols) instead.
multiplot(..., plotlist = NULL, cols = 1, layout = NULL)
... |
A list of ggplot objects separated by commas. |
plotlist |
A list of ggplot objects |
cols |
The number of columns. |
layout |
A matrix specifying the layout. If present, 'cols' is ignored. |
A plot object
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.