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
|
|
@ -131,7 +131,7 @@ plot_euler <- function(data, pri, sec, ter = NULL, seed = 2103,color.palette="vi
|
|||
#' D = sample(c(TRUE, FALSE, FALSE, FALSE), 50, TRUE)
|
||||
#' ) |> plot_euler_single()
|
||||
#' mtcars[c("vs", "am")] |> plot_euler_single("magma")
|
||||
plot_euler_single <- function(data,color.palette="viridis") {
|
||||
plot_euler_single <- function(data,color.palette="viridis", ...) {
|
||||
|
||||
data |>
|
||||
ggeulerr(shape = "circle") +
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue