Skip to content

Commit

Permalink
apa_violinplot.afex_aov(): really plot violins, not segments
Browse files Browse the repository at this point in the history
  • Loading branch information
mariusbarth committed Aug 4, 2024
1 parent 5b920dc commit 00a9294
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions R/apa_violinplot.R
Original file line number Diff line number Diff line change
Expand Up @@ -110,11 +110,11 @@ apa_violinplot.afex_aov <- function(
ellipsis <- defaults(
ellipsis
, set = list(
"data" = data
, "plot" = c("lines", "error_bars", "points")
, "tendency" = substitute(tendency)
, "dispersion" = substitute(dispersion)
, "fun_aggregate" = substitute(fun_aggregate)
data = data
, plot = c("points", "violins", "error_bars")
, tendency = substitute(tendency)
, dispersion = substitute(dispersion)
, fun_aggregate = substitute(fun_aggregate)
)
)
do.call("apa_factorial_plot.afex_aov", ellipsis)
Expand Down

0 comments on commit 00a9294

Please sign in to comment.