Hi folks, I conducted a hierarchical cluster analysis. As I wanted to illustrate the result, I created a dendrogram with the code plot(as.dendrogram(fit),sub="",xlab="",ylab="Heterogeneity",nodePar list(lab.cex=.5,pch=NA,xlab="")) However, the dendrogram contains the case numbers and, as I have N = 300, looks not very nice. Can anybody tell me how to prevent the case numbers? Thanks in advance Holger http://r.789695.n4.nabble.com/file/n2293207/Dendrogram.jpeg -- View this message in context: http://r.789695.n4.nabble.com/Eliminating-case-numbers-in-a-dendrogram-tp2293207p2293207.html Sent from the R help mailing list archive at Nabble.com.
On 18.07.2010 19:02, Holger Steinmetz wrote:> > Hi folks, > > I conducted a hierarchical cluster analysis. As I wanted to illustrate the > result, I created a dendrogram with the code > > plot(as.dendrogram(fit),sub="",xlab="",ylab="Heterogeneity",nodePar > list(lab.cex=.5,pch=NA,xlab="")) > > However, the dendrogram contains the case numbers and, as I have N = 300, > looks not very nice. > > Can anybody tell me how to prevent the case numbers?You do not want any labels??? In that case, see argument "leaflab" in ?plot.dendrogram Uwe Ligges> Thanks in advance > Holger > http://r.789695.n4.nabble.com/file/n2293207/Dendrogram.jpeg