Skip to content

Commit

Permalink
remove redundant comment
Browse files Browse the repository at this point in the history
  • Loading branch information
IndrajeetPatil committed Jun 6, 2024
1 parent 423c19d commit 3687f60
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions R/plot.check_normality.R
Original file line number Diff line number Diff line change
Expand Up @@ -235,7 +235,7 @@ plot.see_check_normality <- function(x,
shape = 16,
stroke = 0,
size = size_point,
colour = colors[2] # "#2c3e50"
colour = colors[2]
),
ggplot2::geom_qq_line(
ggplot2::aes(sample = .data$y),
Expand All @@ -258,7 +258,7 @@ plot.see_check_normality <- function(x,
shape = 16,
stroke = 0,
size = size_point,
colour = colors[2], # "#2c3e50",
colour = colors[2],
alpha = dot_alpha_level,
detrend = detrend
),
Expand Down Expand Up @@ -299,7 +299,7 @@ plot.see_check_normality <- function(x,
na.rm = TRUE,
stroke = 0,
size = size_point,
colour = colors[2] # "#2c3e50"
colour = colors[2]
)
)

Expand Down Expand Up @@ -357,7 +357,7 @@ plot.see_check_normality <- function(x,
qqplotr::stat_pp_point(
shape = 16, stroke = 0,
size = size_point,
colour = colors[2], # "#2c3e50",
colour = colors[2],
alpha = dot_alpha_level,
detrend = detrend
)
Expand All @@ -379,7 +379,7 @@ plot.see_check_normality <- function(x,
colour = colors[2],
size = size_point,
alpha = dot_alpha_level
) # "#2c3e50"
)
} else {
insight::format_error("Package 'qqplotr' OR 'MASS' required for P-P plots. Please install one of them.")
}
Expand Down

0 comments on commit 3687f60

Please sign in to comment.