multigplot: Multipanel *ggplot2* plots

View source: R/utils_ggplot2.R

multigplotR Documentation

Multipanel ggplot2 plots

Description

Plot a panel of gplot2 plots

Usage

multigplot(plots = NULL, nrows = NULL, byrow = TRUE)

Arguments

plots

List of ggplot2 plots

nrows

Integer: number of rows for panel arrangement. Defaults to number of rows required to plot 2 plots per row

byrow

Logical: If TRUE, draw plots in order provided by row, otherwise by column.

Value

NULL, invisibly.

Author(s)

EDG


egenn/rtemis documentation built on June 14, 2025, 11:54 p.m.