## Not run:
# if(require("adegenet") && require("adegraphics")){
# ## load data
# data(woodmiceTrees)
#
# ## run findGroves: treescape+clustering
# res <- findGroves(woodmiceTrees, nf=5, nclust=6)
#
# ## basic plot
# plotGroves(res)
#
# ## adding labels
# plotGroves(res, lab.show=TRUE)
#
# ## customizing
# plotGroves(res, lab.show=TRUE,
# bg="black", lab.col="white", scree.size=.35)
#
# ## customizing
# plotGroves(res, type="ellipse", lab.show=TRUE,
# lab.optim=FALSE, scree.size=.35)
#
# ## example with no group information
# plotGroves(res$treescape$pco)
#
# ## adding labels
# plotGroves(res$treescape$pco, lab.show=TRUE, lab.cex=2)
#
# }
# ## End(Not run)
Run the code above in your browser using DataLab