Hi I am tring to making a dengrogram. I know how to make a normal dengrogram. But I want to know if there is certain option. My dengrogram will be clustered using a value called MatchPrint. But now I want another value called matchscore displayed next to the leaves. The value matchscore next to the leave is displayed using a colorkey (heatmap) not the number. Plz give me suggestions. thank you, Santosh -- View this message in context: http://r.789695.n4.nabble.com/Dengrogram-Help-Custom-Make-tp4663806.html Sent from the R help mailing list archive at Nabble.com.
Hi, please give a *small* working example or everyone will have to guess what could be right. see text for drawing text and rect(x1,y1,x2,y2,col,...) for drawing colred rectangles. Regards, Moritz On 09.04.2013 23:34, gunturus wrote:> Hi > > I am tring to making a dengrogram. I know how to make a normal dengrogram. > But I want to know if there is certain option. > > My dengrogram will be clustered using a value called MatchPrint. But now I > want another value called matchscore displayed next to the leaves. The value > matchscore next to the leave is displayed using a colorkey (heatmap) not the > number. > > Plz give me suggestions. > > thank you, > Santosh > > > > -- > View this message in context: http://r.789695.n4.nabble.com/Dengrogram-Help-Custom-Make-tp4663806.html > Sent from the R help mailing list archive at Nabble.com. > > ______________________________________________ > R-help at 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. >
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.
But how would I get the coordinates of the leaves to draw a rectangle. And what about determining the size of the rectangle. I will have about 1000 leaves, so it will hard to determine the size of the rectangle. -- View this message in context: http://r.789695.n4.nabble.com/Dengrogram-Help-Custom-Make-tp4663806p4663827.html Sent from the R help mailing list archive at Nabble.com.