Constrained Correspondence Analysis and Redundancy Analysis.
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
|
# # cca.phyloseq(physeq, formula, method, ...)
Please choose more modern alternatives, such as Google Chrome or Mozilla Firefox.