lazy_arrange_plots: lazy_arrange_plots

lazy_arrange_plotsR Documentation

lazy_arrange_plots

Description

Arranges multiple ggplot grobs in one plot

Usage

lazy_arrange_plots(
  ...,
  ncol = length(list(...)),
  nrow = 1,
  position = c("bottom", "right")
)

Arguments

...

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


flomuedev/summarize documentation built on May 22, 2024, 2:23 a.m.