PlotMultipleCharts {hivPlatform} | 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)