multi_ggplot: Display multiple plots on one page
Description
# A plotting function that uses ggplot2 to display multiple
ggplot objects in a single pane.
Usage
multi_ggplot(..., plotList = NULL, cols = 1)
Arguments
...
any number of ggobjects to be plotted
plotList
a list() of any number of ggplot objects to plot on a single pane
cols
Number of columns in the plot layout