Plot a panel of gplot2 plots
Usage
multigplot(plots = NULL, nrows = NULL, byrow = TRUE)
Arguments
- plots
List of ggplot2 plots
- nrows
Integer: number of rows for panel arrangement. Defaults to number of rows required
to plot 2 plots per row
- byrow
Logical: If TRUE, draw plots in order provided by row, otherwise by column.