Skip to content

Commit

Permalink
slightly increase point size
Browse files Browse the repository at this point in the history
  • Loading branch information
strengejacke committed Mar 23, 2024
1 parent 44e145b commit f5dbd5c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion R/plot.check_normality.R
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ plot.see_check_normality <- function(x,
type = c("qq", "pp", "density"),
data = NULL,
size_line = 0.8,
size_point = 1.5,
size_point = 2,
alpha = 0.2,
dot_alpha = 0.8,
colors = c("#3aaf85", "#1b6ca8"),
Expand Down
2 changes: 1 addition & 1 deletion R/plot.performance_simres.R
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@
#' @export
plot.see_performance_simres <- function(x,
size_line = 0.8,
size_point = 1.5,
size_point = 2,
alpha = 0.2,
dot_alpha = 0.8,
colors = c("#3aaf85", "#1b6ca8"),
Expand Down

0 comments on commit f5dbd5c

Please sign in to comment.