multi_ggplot: Display multiple plots on one page

Description Usage Arguments Note

View source: R/utils-plot.R

Description

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

Usage

1
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.


AirSensor documentation built on March 13, 2021, 1:07 a.m.