Skip to content

Commit

Permalink
Update plot.check_collinearity.R
Browse files Browse the repository at this point in the history
  • Loading branch information
strengejacke committed Mar 24, 2024
1 parent c3839c7 commit c5a7fcb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion R/plot.check_collinearity.R
Original file line number Diff line number Diff line change
Expand Up @@ -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)) {
Expand Down

0 comments on commit c5a7fcb

Please sign in to comment.