Displaying 1 result from an estimated 1 matches for "justnot".
Did you mean:
justnet
2004 May 10
3
Colouring hclust() trees
...plot(stuff.hc)
I get a dendrogram which looks sort of plausible, but
(a) with this many leaves, the leaf labels really aren't legible at any
plausible scaling, and would be best omitted. I could figure out
which point was which if there were some way to use identify(), but
I'm justnot seeing it.
(b) what I'd really like to do is to colour the leaves according to the
predicted group, or some other variable. The obvious thing to try is
plot(stuff.hc, col=c("red","green","blue")[stuff.predicted.group])
but that doesn't work. I re...