plotMultiK: Generate a barplot for multiple values of K..

Description Usage Arguments Examples

View source: R/plotMultiK.R

Description

Generate a barplot for multiple values of K..

Usage

1
plotMultiK(x, populations = NULL, plot = TRUE)

Arguments

x

a structList or admixList object or a list of Q-matrices.

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

Examples

1
2
3
cluster_runs <- exampleStructure("multiple_runs")
# Generate barplot
plotMultiK(cluster_runs[3:5])

sa-lee/starmie documentation built on May 28, 2019, 11 a.m.