Plots multiple figures Based on codes from 'http://www.cookbook-r.com/Graphs/Multiple_graphs_on_one_page_(ggplot2)/'

multiplot(..., plots = NULL, cols = NULL)

Arguments

...

Plot objects

plots

List containing plot objects

cols

Number of columns within the multi-figure plot