multigplot: Multipanel *ggplot2* plots

View source: R/multigplot.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. Default = TRUE

Author(s)

E.D. Gennatas


egenn/rtemis documentation built on May 4, 2024, 7:40 p.m.