igraph-help
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [igraph] dendrogram


From: Tamas Nepusz
Subject: Re: [igraph] dendrogram
Date: Thu, 22 Nov 2007 17:27:38 +0100

Dear Jul,

You're right, the example is wrong :( Thanks for pointing that out. The correct internal representation should be:

[[0,1], [3,4], [2,5], [6,7]]

I tried it out just to be sure:

In [1]: d=Dendrogram([[0,1], [3,4], [2,5], [6,7]])
In [2]: summary(d)
Dendrogram, 5 elements, 4 merges

3 4 2 0 1
| | | | |
+-+ | +-+
 |  |  |
 |  +--+
 |   |
 +---+

Best,
--
T.





reply via email to

[Prev in Thread] Current Thread [Next in Thread]