View source: R/matrix_building_functions.r
make_all_clades | R Documentation |
n
taxa.Creates all clades on n
taxa in the form of a vector of strings.
Clades are of the form "{t1,t4}"
, "{t1,t2,t4}"
.
make_all_clades(n)
n |
number of taxa. |
Excludes 'trivial' clades such as "{t1}"
or "{t1,t2,t3,t4,t5}"
(for 5 taxa).
a vector of strings containing all clades on n
taxa.
make_all_clades(4)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.