Hello all,

I am novice in R,
I've  started to work with cluster, and in the cluster i obtain:

$merge
      [,1] [,2]
 [1,]  -1  -2
 [2,]  -3   1

$height
 [1]   2.291288   3.834058

$order
 [1]  1 2 3


When i use plot, obtain (in 'chargraphics'):

        |
   -----------
   |          |
   |          |
   |          |
-------       |
|     |       |
|     |       |
A     B   C

and i like put in each node the cluster stage index


        |
   -----2-----
   |          |
   |          |
   |          |
---1---      |
|      |      |
|      |      |
A    B     C

How do I have  this dendrogram?

Thank's
Ramón Hidalgo

        [[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.

Reply via email to