multiplot | R Documentation |
plot multiple ggplot objects in one page
multiplot(
...,
plotlist = NULL,
ncol,
widths = rep_len(1, ncol),
labels = NULL,
label_size = 5
)
... |
plots |
plotlist |
plot list |
ncol |
set the number of column to display the plots |
widths |
the width of each plot |
labels |
set labels for labeling the plots |
label_size |
set font size of the label |
plot
Guangchuang Yu
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.