ibd |>
tax_select(c("Firmicutes", "Bacteroidetes", "Proteobacteria")) |>
tax_transform("clr", rank = "Phylum") |>
ord_calc() |>
ord_plot()
# works
ibd |>
tax_select(c("Firmicutes", "Bacteroidetes")) |>
tax_transform("clr", rank = "Phylum") |>
ord_calc() |>
ord_plot()
# Error in ordsum[["sites"]][, axes, drop = FALSE] :
# subscript out of bounds