## load data
data(HorseFlu)
x <- HorseFlu
## plot minimum spanning tree for individual 42
plotggMST(x,individualID=42)
## another example data
data(ToyOutbreak)
x <- ToyOutbreak
## plot minimum spanning tree for gene1
plotggMST(x, locus="gene1")Run the code above in your browser using DataLab