plot_multiple_objects {AnglerCreelSurveySimulation}R 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


[Package AnglerCreelSurveySimulation version 1.0.2 Index]