View source: R/matrix_building_functions.r
make_clade_corr_grid | R Documentation |
n
taxa.Construct a grid of 'all vs all' correlations for a list of K clades on n
taxa.
make_clade_corr_grid(Clades, n, diagonal = FALSE, ncores = 2)
Clades |
a character vector with all clades to be included. |
n |
number of taxa. |
diagonal |
logical. If |
ncores |
number of cores to be used. |
a grid of correlations between all clades.
clades.n4 <- make_all_clades(4)
make_clade_corr_grid(clades.n4, n = 4)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.