multiplot: Put multiple ggplot plots on a single page.

Description Usage See Also

View source: R/multiplot.R

Description

This function was written completely by Winston Chang and lifted from the Cookbook for R (see link below).

Usage

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

See Also

Original code from Winston Chang's Cookbook for R.

#################################################################################################### ## Function for multiple plots per page in ggplot ## Written by Winston Chang; ## source: http://www.cookbook-r.com/Graphs/Multiple_graphs_on_one_page_(ggplot2)/ ####################################################################################################


jenniferthompson/JTHelpers documentation built on May 19, 2019, 4:04 a.m.