multiplot: Printing multiple ggplots in one file (DEPRECATED)

View source: R/multiplot.R

multiplotR Documentation

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)

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.

Value

A plot object


NetworkChange documentation built on Jan. 21, 2026, 9:08 a.m.