mirror of
https://github.com/agdamsbo/FreesearchR.git
synced 2026-06-19 04:27:30 +02:00
allows ... inputs in plot models
This commit is contained in:
parent
d1e0236437
commit
f2a522dcb6
10 changed files with 20 additions and 15 deletions
|
|
@ -32,11 +32,11 @@ plot_box <- function(data, pri, sec, ter = NULL,color.palette="viridis",...) {
|
|||
data = .ds,
|
||||
pri = pri,
|
||||
sec = sec,
|
||||
color.palette=color.palette
|
||||
color.palette=color.palette, ...
|
||||
)
|
||||
})
|
||||
|
||||
wrap_plot_list(out,title=glue::glue(i18n$t("Grouped by {get_label(data,ter)}")),...)
|
||||
wrap_plot_list(out,title=glue::glue(i18n$t("Grouped by {get_label(data,ter)}")))
|
||||
}
|
||||
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue