On 26 Apr 2014, at 06:41, Gregory Jefferis <jeffe...@gmail.com> wrote:
> # plot dendrogram coloured by cluster: > ## > library(dendroextras) > cluc=colour_clusters(clu, k=3, groupLabels =TRUE) > plot(cluc) There was a typo in an argument name for colour_clusters in my earlier response (thanks to Dennis Murphy for pointing this out). Correction in above. Fancier versions are also possible: plot(colour_clusters(clu, k=3, groupLabels = as.roman)) Best, Greg. [[alternative HTML version deleted]] ______________________________________________ R-help@r-project.org mailing list https://stat.ethz.ch/mailman/listinfo/r-help PLEASE do read the posting guide http://www.R-project.org/posting-guide.html and provide commented, minimal, self-contained, reproducible code.