Skip to content

Commit

Permalink
Update case_study.Rmd (#36)
Browse files Browse the repository at this point in the history
  • Loading branch information
TuomasBorman authored Nov 25, 2024
1 parent 32ca69c commit 2fc99f2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion vignettes/articles/case_study.Rmd
Original file line number Diff line number Diff line change
Expand Up @@ -831,7 +831,7 @@ p2 <- plotAbundance(
col.var = c("study_group", "timepoint"),
facet.cols = TRUE, scales = "free_x"
) +
labs(y = "Relative abundance")
labs(y = "Relative abundance") +
guides(fill = guide_legend(title = "Genus"))
p1 + p2 + plot_layout(widths = c(1, 2))
Expand Down

0 comments on commit 2fc99f2

Please sign in to comment.