Description Usage Arguments Details Value Examples
View source: R/correlation_tree.R
Compute the correlation tree from an abundance table.
1 2 3 4 5 6 7 8 9 |
table |
a dataframe or a matrix. |
col |
integer giving the column to be passed as row names. |
matrix |
logical. Is table a matrix? Default to |
remove |
logical. If |
fill |
logical. If |
transformation |
function or character. Transformation to apply to each element of the matrix. |
... |
arguments to be passed to |
For method
: one of "pearson" (default), "kendall",
or "spearman".
correlation_tree
returns a "phylo" object.
1 2 3 4 5 6 7 |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.