Description Usage Arguments Value Examples
Takes a phyloseq object with an otu_table object and returns a vegan style community matrix.
1 | vegan_otu(physeq_object)
|
physeq_object |
phyloseq object with an otu_table object within |
vegan-style community matrix
1 2 3 4 5 6 | good_taxon_table <- data.frame(sum.taxonomy = c("a;b;c;d;f;u", "p;q;r;s;t;u"),
site_1 = c(0,1), site_2 = c(10, 20))
good_maps <- data.frame(site = c("site_1", "site_2"), season = c("wet", "dry"),
host = c("oak", "sage"))
physeq_object <- convert_anacapa_to_phyloseq(good_taxon_table, good_maps)
vegan_otu(physeq_object)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.