multiplot: Printing multiple ggplots in one file (DEPRECATED)
Description
![[Deprecated]](figures/lifecycle-deprecated.svg?package=NetworkChange&version=1.0.0)
This function has been deprecated in favor of patchwork::wrap_plots().
Please use patchwork::wrap_plots(plotlist, ncol = cols) instead.
Usage
multiplot(..., plotlist = NULL, cols = 1, layout = NULL)
Arguments
- ...
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.