2025-03-19 13:10:56 +01:00
|
|
|
% Generated by roxygen2: do not edit by hand
|
|
|
|
% Please edit documentation in R/data_plots.R
|
|
|
|
\name{wrap_plot_list}
|
|
|
|
\alias{wrap_plot_list}
|
|
|
|
\title{Wrapping}
|
|
|
|
\usage{
|
2025-06-27 11:11:01 +02:00
|
|
|
wrap_plot_list(
|
|
|
|
data,
|
|
|
|
tag_levels = NULL,
|
|
|
|
title = NULL,
|
|
|
|
axis.font.family = NULL,
|
2025-08-08 11:49:09 +02:00
|
|
|
guides = "collect",
|
|
|
|
axes = "collect",
|
|
|
|
axis_titles = "collect",
|
2025-06-27 11:11:01 +02:00
|
|
|
...
|
|
|
|
)
|
2025-03-19 13:10:56 +01:00
|
|
|
}
|
|
|
|
\arguments{
|
|
|
|
\item{data}{list of ggplot2 objects}
|
|
|
|
|
|
|
|
\item{tag_levels}{passed to patchwork::plot_annotation if given. Default is NULL}
|
2025-06-27 11:11:01 +02:00
|
|
|
|
|
|
|
\item{title}{panel title}
|
|
|
|
|
2025-08-08 11:49:09 +02:00
|
|
|
\item{guides}{passed to patchwork::wrap_plots()}
|
|
|
|
|
|
|
|
\item{axes}{passed to patchwork::wrap_plots()}
|
|
|
|
|
|
|
|
\item{axis_titles}{passed to patchwork::wrap_plots()}
|
|
|
|
|
|
|
|
\item{...}{passed to patchwork::wrap_plots()}
|
2025-03-19 13:10:56 +01:00
|
|
|
}
|
|
|
|
\value{
|
|
|
|
list of ggplot2 objects
|
|
|
|
}
|
|
|
|
\description{
|
|
|
|
Wrapping
|
|
|
|
}
|