mirror of
https://github.com/agdamsbo/FreesearchR.git
synced 2025-09-12 18:09:39 +02:00
Some checks failed
pkgdown.yaml / pkgdown (push) Has been cancelled
29 lines
522 B
R
29 lines
522 B
R
% 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{
|
|
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
|
|
}
|
|
\description{
|
|
Wrapping
|
|
}
|