mirror of
https://github.com/agdamsbo/FreesearchR.git
synced 2026-06-19 04:27:30 +02:00
fefat: fixed Euler plotting without axis text
This commit is contained in:
parent
ca65bca2f8
commit
62b5d7a668
5 changed files with 18 additions and 6 deletions
|
|
@ -9,6 +9,9 @@ wrap_plot_list(
|
|||
tag_levels = NULL,
|
||||
title = NULL,
|
||||
axis.font.family = NULL,
|
||||
guides = "collect",
|
||||
axes = "collect",
|
||||
axis_titles = "collect",
|
||||
...
|
||||
)
|
||||
}
|
||||
|
|
@ -19,7 +22,13 @@ wrap_plot_list(
|
|||
|
||||
\item{title}{panel title}
|
||||
|
||||
\item{...}{ignored for argument overflow}
|
||||
\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()}
|
||||
}
|
||||
\value{
|
||||
list of ggplot2 objects
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue