lazy_arrange_plots | R Documentation |
Arranges multiple ggplot grobs in one plot
lazy_arrange_plots(
...,
ncol = length(list(...)),
nrow = 1,
position = c("bottom", "right")
)
... |
the plot objects |
ncol |
(optional) number of columns |
nrow |
(optional) number of rows (defaults to 1) |
position |
(optional) position of the legend, defaults to bottom |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.