From c5a7fcb0b8e5123521fd7afc7acf38e62b45109e Mon Sep 17 00:00:00 2001 From: Daniel Date: Sun, 24 Mar 2024 21:57:29 +0100 Subject: [PATCH] Update plot.check_collinearity.R --- R/plot.check_collinearity.R | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/R/plot.check_collinearity.R b/R/plot.check_collinearity.R index 5cf6f8d7c..331a28d45 100644 --- a/R/plot.check_collinearity.R +++ b/R/plot.check_collinearity.R @@ -18,7 +18,7 @@ plot.see_check_collinearity <- function(x, data = NULL, colors = c("#3aaf85", "#1b6ca8", "#cd201f"), - size_point = 4, + size_point = 3.5, size_line = 0.8, ...) { if (is.null(data)) {