plot_multiple_objects: Plot multiple ggplots in one window

View source: R/plot_multiple_objects.R

plot_multiple_objectsR Documentation

Plot multiple ggplots in one window

Description

This function takes multiple ggplot objects and puts them in one plot window.

Usage

plot_multiple_objects(..., 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


stevenranney/AnglerCreelSurveySimulation documentation built on Oct. 6, 2023, 9:50 a.m.