View source: R/visualization.R
multiplot | R Documentation |
This function allows to plot different ggplot charts in the same grid.
multiplot(plotlist = NULL, file, cols = 1, layout = NULL)
plotlist |
list of ggplot objects |
file |
if the user wants to plot to a file, it can use the file paramterer |
cols |
Number of columns to be use. |
layout |
the layout to be use |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.