Skip to content

Commit

Permalink
Style code (GHA)
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] committed Aug 29, 2024
1 parent c5eea64 commit d2e509f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion R/plots-mfi.R
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@ plot_mfi_for_analyte <- function(plate, analyte_name,
is_out <- !is.na(test_df$outlier)
hjust[is_out] <- ifelse(seq_len(sum(is_out)) %% 2 == 0, -0.18, 1.18)

p <- p + ggrepel::geom_text_repel(aes(label = outlier), na.rm = TRUE, hjust = hjust, color = "grey", min.segment.length=0.3)
p <- p + ggrepel::geom_text_repel(aes(label = outlier), na.rm = TRUE, hjust = hjust, color = "grey", min.segment.length = 0.3)
}

p
Expand Down

0 comments on commit d2e509f

Please sign in to comment.