Skip to content

Commit

Permalink
revert
Browse files Browse the repository at this point in the history
  • Loading branch information
strengejacke committed Dec 3, 2024
1 parent 8bd3efa commit b63c828
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions R/plot.check_distribution.R
Original file line number Diff line number Diff line change
Expand Up @@ -108,6 +108,7 @@ plot.see_check_distribution <- function(x, size_point = 2, panel = TRUE, ...) {
theme_lucid()

if (panel) {
insight::check_if_installed("patchwork")
return(p1 / (p2 | p3) + patchwork::plot_layout(nrow = 2))
} else {
return(list(p1, p2, p3))
Expand Down Expand Up @@ -182,6 +183,7 @@ plot.see_check_distribution_numeric <- function(x,
theme_lucid()

if (panel) {
insight::check_if_installed("patchwork")
return(p1 / (p2 | p3) + patchwork::plot_layout(nrow = 2L))
} else {
return(list(p1, p2, p3))
Expand Down

0 comments on commit b63c828

Please sign in to comment.