multiplot: Multiple plot function

Description Usage Arguments Examples

View source: R/multiplot.R

Description

This function allows you to plot multiple ggplots on the same plot. The ggplot objects can be passed in ..., or to plotlist (as a list of ggplot objects)

Usage

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

Arguments

...

ggplot objects

plotlist

a list of ggplot objects

cols

Number of columns in layout

layout

A matrix specifying the layout. If present, 'cols' is ignored. #' @keywords ggplot, ggplot2

Examples

1

JMMaronge/jmm.funcs documentation built on May 7, 2019, 10:12 a.m.