multiplot: Printing multiple ggplots in oone file
Description
Print multiple ggplots in one file. Slightly modified for packaging from the original version in the web.
Usage
multiplot(..., plotlist = NULL, cols = 1, layout = NULL)
Arguments
...
A list of ggplot objects separated by commas.
layout
A matrix specifying the layout. If present, 'cols' is ignored.