Skip to content

Commit

Permalink
Update generate_taxa_indiv_boxplot_single.R
Browse files Browse the repository at this point in the history
  • Loading branch information
cafferychen777 committed Sep 25, 2024
1 parent 8940b79 commit 2daf6be
Showing 1 changed file with 8 additions and 1 deletion.
9 changes: 8 additions & 1 deletion R/generate_taxa_indiv_boxplot_single.R
Original file line number Diff line number Diff line change
Expand Up @@ -315,7 +315,14 @@ generate_taxa_indiv_boxplot_single <-
width = 0.3,
#fill = "white"
) +
geom_jitter(width = 0.3, alpha = 0.1, size = 1) +
geom_jitter(
width = 0.35,
alpha = 0.6,
size = 2,
aes(color = !!sym(group.var)),
shape = 21,
stroke = 0.5
) +
scale_fill_manual(values = col) +
{
if (feature.dat.type == "other"){
Expand Down

0 comments on commit 2daf6be

Please sign in to comment.