Returns the total number of individuals observed from each sample.
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
.
data(enterotype) sample_sums(enterotype) data(esophagus) sample_sums(esophagus)
Please choose more modern alternatives, such as Google Chrome or Mozilla Firefox.