<!doctype html public "-//w3c//dtd html 4.0 transitional//en">
<html>
Hi all,
<p>My problem concerns cluster dendogram.
<br>For example, i obtain :
<br>h&lt;-hclust(mat,method="ward").
<br>I can plot the dendogram with:
<br>plot.hclust(h)
<p>This is my questions:
<br>1- I would like to cut the tree and only display the part for which
<br>&nbsp;&nbsp;&nbsp;&nbsp; h$height is greater than 20 for example.
<p>2- I would like to plot the dendogram for one class. More precisely,
suppose that i
<br>&nbsp;&nbsp;&nbsp;&nbsp; have two classes for my classification
<br>&nbsp;&nbsp;&nbsp;&nbsp; How can i plot the dendograms for my two classes.
<br>&nbsp;
<p>I tried to use the tree libarary but with no success.
<br>Could you help me.
<br>Best regards,
<br>Olivier
<br>&nbsp;
<pre>--&nbsp;
-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-
Olivier MARTIN
PhD student&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; phone: (33) 04 76 61 53 55
Projet IS2&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 06 08 67 93 42&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;
INRIA Rhone-Alpes&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; fax&nbsp; : (33) 04 76 61 54 77
655, Av. de l'Europe
Montbonnot&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; e-mail:olivier.martin@inrialpes.fr
38334 Saint Ismier cedex
-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-</pre>
&nbsp;</html>