View source: R/summary_functions.R
multiplot | R Documentation |
arrange multiple plots from ggplot2 to one figure. From http://www.cookbook-r.com/Graphs/Multiple_graphs_on_one_page_(ggplot2)/ ggplot objects can be passed in ..., or to plotlist (as a list of ggplot objects)
multiplot(..., plotlist = NULL, file, cols = 1, layout = NULL)
cols |
Number of columns in layout |
layout |
A matrix specifying the layout. If present, 'cols' is ignored. |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.