[R] Dendrogram label size

Peter Alspach PAlspach at hortresearch.co.nz
Tue May 6 23:11:40 CEST 2008


Alex 

> -----Original Message-----
> From: r-help-bounces at r-project.org 
> [mailto:r-help-bounces at r-project.org] On Behalf Of Alex Reynolds
> Sent: Wednesday, 7 May 2008 12:26 a.m.
> To: r-help at 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.



More information about the R-help mailing list