# A plotting function that uses ggplot2 to display multiple ggplot objects in a single pane.
multi_ggplot(..., plotList = NULL, cols = 1)
any number of ggobjects to be plotted
a list() of any number of ggplot objects to plot on a single pane
Number of columns in the plot layout
Additional documentation of the multiplot algorithm is available at cookbook-r.com.