ggmulti: Plot Multiple ggplot2 Objects Function is reproduced from...

Description Usage Arguments Details Author(s)

View source: R/ggmulti.R

Description

Plot Multiple ggplot2 Objects

Function is reproduced from http://www.cookbook-r.com/Graphs/Multiple_graphs_on_one_page_(ggplot2)/

Usage

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

Arguments

...

sequence of ggplot objects

plotlist

list of ggplot objects if ... not passed (default = NULL)

cols

numeric value specifying number of columns in layout (default = 1)

layout

matrix specifying the layout, if present cols is ignored (default = NULL)

Details

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.

Author(s)

Winston Chang (http://www.cookbook-r.com/)


pkimes/pkimes documentation built on May 25, 2019, 8:20 a.m.