Skip to content

Commit

Permalink
Add files via upload
Browse files Browse the repository at this point in the history
  • Loading branch information
mgerault authored Nov 15, 2023
1 parent cfb01d5 commit 8de5ed3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion R/densityDIA.R
Original file line number Diff line number Diff line change
Expand Up @@ -106,7 +106,7 @@ densityDIA <- function(data, transformation = c("none", "log2"), area = FALSE,
else{
g <- ggplot2::ggplot(d, ggplot2::aes(intensity, color = fraction)) +
ggplot2::geom_density() +
ggplot2::labs(title = paste0("Density plot", tit),
ggplot2::labs(title = tit,
y = "Density",
x = "Intensity",
color = "Fraction") +
Expand Down

0 comments on commit 8de5ed3

Please sign in to comment.