Description Usage Arguments Note
# A plotting function that uses ggplot2 to display multiple ggplot objects in a single pane.
| 1 | multi_ggplot(..., plotList = NULL, cols = 1)
 | 
| ... | 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 | 
Additional documentation of the multiplot algorithm is available at cookbook-r.com.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.