Description Usage Arguments Examples
Run the CLUMPP algorithms.
1 | clumpak(Q_list, method = "none")
|
Q_list |
A list of of Q matrices. |
method |
The method the algorithm uses to infer the correct permutations. One of 'greedy' or 'greedyLargeK' or 'stephens' or 'none' |
1 2 3 4 | # Read in Structure files
multiple_runs_k10 <- exampleStructure("mcmc_diagnostics")
Q_list <- lapply(multiple_runs_k10, getQ)
clumpak_results <- clumpak(Q_list)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.