pf.taxa | R Documentation |
summarizes taxonomic composition at given factor
pf.taxa(pf, taxonomy, factor = 1)
pf |
phylofactor object |
taxonomy |
taxonomy whose first column is tree tip labels in phylofactor object and whose second column is semicolon-delimited taxonomy |
factor |
positive integer. Which factor to summarize. |
library(phylofactor)
data(FTmicrobiome)
pf <- FTmicrobiome$PF
tx <- FTmicrobiome$taxonomy
pf.taxa(pf,tx,1)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.