Closed dansmith01 closed 11 months ago
Add ".taxa" to the facet array, so it'll look like the image below, but with stat bars between each pair.
plot( rarefy(hmp50, 1000), "Phylum", "bd", p.top = 5, taxa = 0.02, color.by = "Body Site", facet.by = ".taxa", trans = "sqrt", scales = "free", d.alpha = 0.2 )
plot(rarefy(hmp50, 1000), Phylum ~ `Body Site`)
Error in plot.BIOM(biom, Phylum ~ `Body Site`) : Invalid formula of form 'rank ~ factor'
Superseded by taxa_barplot(), which supports pairwise stats.
taxa_barplot()
Add ".taxa" to the facet array, so it'll look like the image below, but with stat bars between each pair.