.create_tmp_phylo_matrix | R Documentation |
Creates a correlation matrix from a phylogenetic tree for the species remaining in the data subset during leave-one-out analysis.
.create_tmp_phylo_matrix(data, phylo_args)
data |
A data frame containing the variables specified in phylo_args, representing the current data subset after removing one group. |
phylo_args |
A list of arguments for the phylogenetic matrix calculation, including:
|
A phylogenetic correlation matrix for the species in the data subset.
Facundo Decunta - fdecunta@agro.uba.ar
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.