[R] Dendrogram orientation

Henric Nilsson (Public) nilsson.henric at gmail.com
Mon Mar 31 23:38:17 CEST 2008


Lassana TOURE wrote:

> I am using the two functions hclust and plot to draw a dendrogram. The
> result is a vertical dendrogram , but I prefer a horizontal one.
> 
> Need help.

Take a look at `?dendrogram'.


HTH,
Henric



> 
> This is my script:
> 
>  
> 
> dd1=hclust(d1, method="ward")
> 
> plot(dd1)
> 
> 
> 	[[alternative HTML version deleted]]
> 
> ______________________________________________
> R-help at 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.
>



More information about the R-help mailing list