layout
Some checks failed
pkgdown.yaml / pkgdown (push) Has been cancelled

This commit is contained in:
Andreas Gammelgaard Damsbo 2025-06-27 11:11:01 +02:00
commit c7b879f458
No known key found for this signature in database
11 changed files with 139 additions and 57 deletions

View file

@ -4,12 +4,22 @@
\alias{wrap_plot_list}
\title{Wrapping}
\usage{
wrap_plot_list(data, tag_levels = NULL)
wrap_plot_list(
data,
tag_levels = NULL,
title = NULL,
axis.font.family = NULL,
...
)
}
\arguments{
\item{data}{list of ggplot2 objects}
\item{tag_levels}{passed to patchwork::plot_annotation if given. Default is NULL}
\item{title}{panel title}
\item{...}{ignored for argument overflow}
}
\value{
list of ggplot2 objects