mirror of
https://github.com/agdamsbo/FreesearchR.git
synced 2026-06-19 12:37:30 +02:00
619 B
619 B
Wrapping
Wrapping
Usage
wrap_plot_list(
data,
tag_levels = NULL,
title = NULL,
axis.font.family = NULL,
guides = "collect",
axes = "collect",
axis_titles = "collect",
y.axis.percentage = FALSE,
...
)
Arguments
-
data:
list of ggplot2 objects
-
tag_levels:
passed to patchwork::plot_annotation if given. Default is NULL
-
title:
panel title
-
guides:
passed to patchwork::wrap_plots()
-
axes:
passed to patchwork::wrap_plots()
-
axis_titles:
passed to patchwork::wrap_plots()
-
...:
passed to patchwork::wrap_plots()
Value
list of ggplot2 objects