Re: [R] Dendrogram for agglomerative hierarchical clustering result

2008-02-11 Thread noorpiilur
Thank you for your reply Wolfgang I've seen these examples but my problem is that I don't know how to make the input data out of my given data. According to the example below hclust is making the clustering and will result in hclust object hc. In my case the clustering is already done and I need to

Re: [R] Dendrogram for agglomerative hierarchical clustering result

2008-02-11 Thread Wolfgang Huber
Hi Risto, You could try example("dendrogram") best wishes Wolfgang noorpiilur scripsit: > Hey group, > > I have a problem of drawing dendrogram as the result of my program > written in C. My algorithm is a approximation algorithm for single > linkage method. AS a result I will get th

[R] Dendrogram for agglomerative hierarchical clustering result

2008-02-11 Thread noorpiilur
Hey group, I have a problem of drawing dendrogram as the result of my program written in C. My algorithm is a approximation algorithm for single linkage method. AS a result I will get the following data: [Average distance] [cluster A] [cluster B] For example: 42.593141 1 26 42.593141