multigplot | R Documentation |
Plot a panel of gplot2 plots
multigplot(plots = NULL, nrows = NULL, byrow = TRUE)
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. Default = TRUE |
E.D. Gennatas
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.