multiplot: Multiple ggplot plots on one image

Description Usage Arguments Value References

View source: R/multiplot.R

Description

Multiple ggplot plots on one image

Usage

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

Arguments

...

ggplot objects (i.e. plots).

plotlist

Optional list of ggplot plots.

cols

Number of columns in layout

layout

A matrix specifying the layout. If present, 'cols' is ignored.

Value

Plot layout. Multiple ggplot plot on one image.

References

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


ptompalski/UsefulRFunctions documentation built on May 26, 2019, 11:32 a.m.