View source: R/otuTable-class.R
taxa_sums | R Documentation |
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
.
sample_sums
, rowSums
, colSums
data(enterotype) taxa_sums(enterotype) data(esophagus) taxa_sums(esophagus)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.