ggarrange.RdArrange multiple ggplot objects on a page, aligning the plot panels.
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
list of ggplots
number of rows
number of columns
list of requested widths
list of requested heights
logical, fill by rows
optional string, or grob
optional string, or grob
optional string, or grob
optional string, or grob
unit of length one, margin around annotations
argument of gtable
logical: draw or return a grob
logical: draw on a new page
logical, show layout with thin lines
character labels used for annotation of subfigures
label list of parameters for the formatting of labels
gtable of aligned plots