multiplot: Multiple plot function (Deprecated)

View source: R/multiplot.R

multiplotR Documentation

Multiple plot function (Deprecated)

Description

Put multiple graphs on one page.

Usage

multiplot(..., plotlist = NULL, cols = 1, layout = NULL)

Arguments

...

optionally ggplot objects

plotlist

list of ggplots

cols

number of columns in layout

layout

a matrix specifying the layout. If present, cols is ignored. See for more info Details

Details

ggplot objects can be passed in ..., or to plotlist (as a list of ggplot objects) If the layout is something like matrix(c(1, 2, 3, 3), nrow = 2, byrow = TRUE), then plot 1 will go in the upper left, 2 will go in the upper right, and 3 will go all the way across the bottom.

Value

One big graph containing multiple ggplot graphs.

Author(s)

Rico Derks

References

http://www.cookbook-r.com/Graphs/Multiple_graphs_on_one_page_(ggplot2)/


ricoderks/Rcpm documentation built on May 18, 2022, 7:49 a.m.