Description Usage Arguments Examples
Generate a barplot for multiple values of K..
1 | plotMultiK(x, populations = NULL, plot = TRUE)
|
x |
a |
populations |
a data.frame that contains the sample number as the first column and the population as the second. |
plot |
if FALSE returns a data.frame for customised plots |
1 2 3 | cluster_runs <- exampleStructure("multiple_runs")
# Generate barplot
plotMultiK(cluster_runs[3:5])
|
Extracting population labels from STRUCTURE output.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.