Hi Lets say
I made dendrogram using this matrix A B C D E A 1 4 3 2 7 B 4 1 7 3 9 C 3 7 1 9 2 D 2 3 9 1 5 E 7 9 2 5 1 I want a value to next each leaf. The value is represented using a heatcolor square. So for each leave there will be a square box with color (the color depends on the value I give for each query/leaf). Let me know if more information is needed. -- View this message in context: http://r.789695.n4.nabble.com/Dengrogram-Help-Custom-Make-tp4663806p4663824.html Sent from the R help mailing list archive at Nabble.com. ______________________________________________ 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.