View source: R/otuTable-class.R
sample_sums | R Documentation |
A convenience function equivalent to rowSums or colSums, but where the orientation of the otu_table is automatically handled.
sample_sums(x)
x |
|
A named numeric-class
length equal to the number of samples
in the x
, name indicating the sample ID, and value equal to the sum of
all individuals observed for each sample in x
.
taxa_sums
, rowSums
, colSums
data(enterotype) sample_sums(enterotype) data(esophagus) sample_sums(esophagus)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.