Description Usage Arguments Value See Also Examples
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.
1 2 3 4 5 6 7 8 9 10 11 12 13 | 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.
1 2 | #
# cca.phyloseq(physeq, formula, method, ...)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.