Returns the total number of individuals observed from each species/taxa/OTU.
A convenience function equivalent to rowSums or colSums, but where the orientation of the otu_table is automatically handled.
taxa_sums(x)
x |
A numeric-class
with length equal to the number of species
in the table, name indicated the taxa ID, and value equal to the sum of
all individuals observed for each taxa in x
.
data(enterotype) taxa_sums(enterotype) data(esophagus) taxa_sums(esophagus)
Please choose more modern alternatives, such as Google Chrome or Mozilla Firefox.