Alex > -----Original Message----- > From: [EMAIL PROTECTED] > [mailto:[EMAIL PROTECTED] On Behalf Of Alex Reynolds > Sent: Wednesday, 7 May 2008 12:26 a.m. > To: r-help@r-project.org > Subject: [R] Dendrogram label size > > Is it possible to resize the labels in a dendrogram without > applying circles and triangles to edges? > > I tried cex.labels: > > plot(scoreDendogramObj, horiz=TRUE, axes=FALSE, cex.labels=0.8) > > but that didn't have any effect.
One way is to get at the object itself to find where the labels are located and then use text() to draw them. This has the advantage of allowing some labels to be emphasised by different colours/font sizes or whatever. HTH ....... Peter Alspach The contents of this e-mail are privileged and/or confidential to the named recipient and are not to be used by any other person and/or organisation. If you have received this e-mail in error, please notify the sender and delete all material pertaining to this e-mail. ______________________________________________ R-help@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.