PlotMultipleObjects: Plot multiple ggplots in one window

Description Usage Arguments Details Author(s)

Description

This function takes multiple ggplot objects and

puts them in one plot window.

Usage

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

Arguments

...

The plots to include in the window.

plotlist

If a plotlist exists, it should be included here.

file

A plot file

cols

How many columns should the window have?

layout

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

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)

Steven H. Ranney

Contact: Steven.Ranney@gmail.com

Steven Ranney


stevenranney/ispiranteRanney documentation built on May 30, 2019, 4:46 p.m.