Create Multi-panel Margot Plots with Shared Axes
Arguments
- tables
A named list of combined tables to plot.
- panel_titles
Optional character vector of per-panel titles.
- panel_subtitles
Optional character vector of per-panel subtitles.
- ncol
Number of columns in the patchwork layout.
- tag_levels
Tag levels passed to `patchwork::plot_annotation()`.
- collect_guides
Logical; if `TRUE`, collect legends at the bottom.
- title
Optional overall patchwork title.
- subtitle
Optional overall patchwork subtitle.
- caption
Optional overall patchwork caption.
Optional numeric vector of length two. If omitted, limits are computed across all panels.
- options
Base options passed to each `margot_plot()` call.
- per_panel_options
Optional list of option lists, one per panel.
- ...
Additional arguments passed to `margot_plot()`.