Skip to content

Commit

Permalink
Fix additional warning
Browse files Browse the repository at this point in the history
  • Loading branch information
jpquast committed Nov 2, 2024
1 parent 61a99de commit b9d8506
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion R/qc_median_intensities.R
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,7 @@ qc_median_intensities <- function(data,

plot <- table %>%
ggplot2::ggplot(ggplot2::aes({{ sample }}, .data$median_intensity, group = 1)) +
ggplot2::geom_line(size = 1) +
ggplot2::geom_line(linewidth = 1) +
ggplot2::labs(title = "Medians of run intensities", x = "", y = "Intensity") +
ggplot2::theme_bw() +
ggplot2::theme(
Expand Down

0 comments on commit b9d8506

Please sign in to comment.