Learn R Programming

NetworkChange (version 1.0.0)

multiplot: Printing multiple ggplots in one file (DEPRECATED)

Description

[Deprecated]

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)

Value

A plot object

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.