Skip to content

Commit

Permalink
Merge pull request #69 from adrientaudiere/dev
Browse files Browse the repository at this point in the history
fix : fix a bug in multitax_bar_pq
  • Loading branch information
adrientaudiere authored Jan 22, 2024
2 parents 6235303 + 89de093 commit bc9458a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion R/plot_functions.R
Original file line number Diff line number Diff line change
Expand Up @@ -2438,7 +2438,7 @@ multitax_bar_pq <- function(
theme(legend.position = "none")
} else {

psm_2 <- psm %>%
psm_2 <- psm_1 %>%
group_by(OTU,.data[[fact]]) %>%
summarise(Abundance = sum(Abundance)) %>%
filter(Abundance > 0)
Expand Down

0 comments on commit bc9458a

Please sign in to comment.