From 80876a14b7e4cbb9f451771734776d349736195d Mon Sep 17 00:00:00 2001 From: Daniel Date: Wed, 30 Aug 2023 18:40:32 +0200 Subject: [PATCH] fix --- R/plot.check_normality.R | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/R/plot.check_normality.R b/R/plot.check_normality.R index 3c1389009..e14b304ec 100644 --- a/R/plot.check_normality.R +++ b/R/plot.check_normality.R @@ -236,7 +236,7 @@ plot.see_check_normality <- function(x, } , ggplot2::geom_qq( - mapping = if (detrend) ggplot2::aes(y = ggplot2::after_stat("sample") - ggplot2::after_stat("theoretical")), + mapping = if (detrend) ggplot2::aes(y = ggplot2::after_stat(..sample..) - ggplot2::after_stat(..theoretical..)), shape = 16, na.rm = TRUE, stroke = 0,