taxa_are_rows<- | R Documentation |
The taxa_are_rows slot is a logical indicating the orientation of the
abundance table contained in object x
.
taxa_are_rows(x) <- value ## S4 replacement method for signature 'otu_table,logical' taxa_are_rows(x) <- value ## S4 replacement method for signature 'phyloseq,logical' taxa_are_rows(x) <- value
x |
|
value |
A logical of length equal to 1. If |
data(esophagus) taxa_are_rows(esophagus) taxa_are_rows(otu_table(esophagus))
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.