View source: R/PlotMultipleCharts.R
PlotMultipleCharts | R Documentation |
Plot multiple ggplot objects in a grid
PlotMultipleCharts(plots, cols = 1, layout = NULL, widths = NULL)
plots |
List of ggplot objects. Required. |
cols |
Number of columns. Optional. Default = 1. |
layout |
A matrix specifying layout. If present, |
widths |
Vector of column widths. Default = NULL |
NULL (invisibly)
## Not run:
PlotMultipleCharts(plots)
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.