Hi Ayoub,
You'd be best served by learning how to search and to get help.
Within R,
??dendrogram
will give you a list of all the functions mentioning dendrogram, while
?dendrogram
will give you the help page for the function specifically named dendrogram().
While it can be a bit difficult to search for R-related information,
http://www.rseek.org
is a restricted Google search engine specifically intended for questions like
yours.
Beyond that, I'd highly recommend both one of the many excellent intro
to R guides and the posting guide for this email list.
Sarah
On Tue, Jun 7, 2011 at 8:22 AM, Ayoub Maatallaoui
<Ayoub.Maatallaoui at imag.fr> wrote:
Hello,
i'm a research student working on everyday sounds classification.
i need to draw a dendrogram to show how the classification is done, but
while i never used R before, i guess that a help from someone would be great
:)
does any one of you did something like that before?
Thank you
--
Ayoub