Description Usage Arguments Value Examples
Arrange multiple ggplot objects on a page, aligning the plot panels.
1 2 3 4 5 6 | ggarrange(..., plots = list(...), nrow = NULL, ncol = NULL,
widths = NULL, heights = NULL, byrow = TRUE, top = NULL,
bottom = NULL, left = NULL, right = NULL, padding = unit(0.5,
"line"), clip = "on", draw = TRUE, newpage = TRUE, debug = FALSE,
labels = NULL, label.args = list(gp = grid::gpar(font = 4, cex =
1.2)))
|
... |
ggplot objects |
plots |
list of ggplots |
nrow |
number of rows |
ncol |
number of columns |
widths |
list of requested widths |
heights |
list of requested heights |
byrow |
logical, fill by rows |
top |
optional string, or grob |
bottom |
optional string, or grob |
left |
optional string, or grob |
right |
optional string, or grob |
padding |
unit of length one, margin around annotations |
clip |
argument of gtable |
draw |
logical: draw or return a grob |
newpage |
logical: draw on a new page |
debug |
logical, show layout with thin lines |
labels |
character labels used for annotation of subfigures |
label.args |
label list of parameters for the formatting of labels |
gtable of aligned plots
1 2 3 4 5 6 7 |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.