| t | R Documentation |
otu_table-class or phyloseq-classExtends the base transpose method, t.
t(x) ## S4 method for signature 'otu_table' t(x) ## S4 method for signature 'phyloseq' t(x)
x |
An |
The class of the object returned by t matches
the class of the argument, x. The otu_table is
transposed, and taxa_are_rows value is toggled.
data(GlobalPatterns) otu_table(GlobalPatterns) t( otu_table(GlobalPatterns) )
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.