mirror of
https://github.com/agdamsbo/FreesearchR.git
synced 2026-06-21 05:19:07 +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
|
|
@ -95,7 +95,8 @@ plot_sankey <- function(data,
|
|||
default.color = "#2986cc",
|
||||
box.color = "#1E4B66",
|
||||
na.color = "grey80",
|
||||
missing.level = "Missing") {
|
||||
missing.level = "Missing",
|
||||
...) {
|
||||
if (!is.null(ter)) {
|
||||
ds <- split(data, data[ter])
|
||||
} else {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue