Skip to content

Commit

Permalink
1
Browse files Browse the repository at this point in the history
  • Loading branch information
unknown committed Apr 18, 2024
1 parent 7e81b88 commit d44bb63
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion R/mixed_anova_2_way.R
Original file line number Diff line number Diff line change
Expand Up @@ -140,7 +140,9 @@ mixed_anova_2_way <- function(
g1 <- g1 + ggplot2::geom_point(
size = 5,
position = pd)
g1 <- g1 + ggplot2::geom_line(linewidth = 1)
g1 <- g1 + ggplot2::geom_line(
linewidth = 1,
position = pd)
# apply colors
if (num_of_dvs == 2) {
colors <- c("red", "blue")
Expand Down

0 comments on commit d44bb63

Please sign in to comment.