Description Usage Arguments Author(s) Examples
Takes a site-abundance table from Anacapa, and summarizes to each unique taxon in the sum.taxonomy column
1 | group_anacapa_by_taxonomy(taxon_table)
|
taxon_table |
OTU table from Anacapa |
Gaurav Kandlikar
1 2 3 | 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))
group_anacapa_by_taxonomy(good_taxon_table)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.