multi_ggplot: Display multiple plots on one page

View source: R/utils-plot.R

multi_ggplotR Documentation

Display multiple plots on one page

Description

# A plotting function that uses ggplot2 to display multiple ggplot objects in a single pane.

Usage

multi_ggplot(..., plotList = NULL, cols = 1)

Arguments

...

any number of ggobjects to be plotted

plotList

a list() of any number of ggplot objects to plot on a single pane

cols

Number of columns in the plot layout

Note

Additional documentation of the multiplot algorithm is available at cookbook-r.com.


MazamaScience/AirSensor documentation built on April 28, 2023, 11:16 a.m.