multiplot | R Documentation |
Arrange plots in grid. Sourced from R graphics cookbook.
multiplot(plotlist = NULL, cols = 1, layout_config = NULL)
plotlist |
List of ggplot objects |
cols |
Number of columns |
layout_config |
Matrix of plot configuration |
ggplot TableGrob object
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.