Skip to content

Commit

Permalink
fixes a bug that occured when passing tbls to apa_factorial_plot()
Browse files Browse the repository at this point in the history
  • Loading branch information
mariusbarth committed Feb 3, 2019
1 parent 2e11aec commit 6ef5e13
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions R/apa_factorial_plot.R
Original file line number Diff line number Diff line change
Expand Up @@ -350,12 +350,12 @@ apa_factorial_plot.default <- function(
min(
0
, y.values[, "lower_limit"]
, aggregated[, dv]
, aggregated[[dv]]
, na.rm = TRUE
)
, max(
y.values[, "upper_limit"]
, aggregated[, dv]
, aggregated[[dv]]
, na.rm = TRUE
)
)
Expand Down

0 comments on commit 6ef5e13

Please sign in to comment.