| cca.phyloseq | R Documentation |
This is the internal function that simplifies getting phyloseq data
into the constrained ordination functions,
cca and rda.
Unlike capscale.phyloseq, the formula argument
to these methods is optional, and results in an unconstrained ordination.
cca.phyloseq(physeq, formula = NULL, method = "CCA", ...) ## S4 method for signature 'phyloseq,formula' cca.phyloseq(physeq, formula = NULL, method = "CCA", ...) ## S4 method for signature 'otu_table,ANY' cca.phyloseq(physeq, formula = NULL, method = "CCA", ...) ## S4 method for signature 'phyloseq,'NULL'' cca.phyloseq(physeq, formula = NULL, method = "CCA", ...)
physeq |
(Required). Phylogenetic sequencing data
( |
formula |
(Optional). A |
method |
(Optional). A single |
... |
(Optional). Additional named arguments passed to
|
same output as cca
or rda, respectively.
plot_ordination,
rda, cca
# # cca.phyloseq(physeq, formula, method, ...)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.