Re: [R] Overlap of leaf labels

2010-05-20 Thread Ayesha Jadoon
Hi Sorry to be honest, i hit reply before i realised! Thanks a bunch! It worked! I can visualise the labels! Ayesha Jadoon PhD student PSD, FWB Kings college London SE1 9NH UK On Thu, May 20, 2010 at 2:38 PM, David Winsemius wrote: > I got an offlist response saying my advice was not correct,

Re: [R] Overlap of leaf labels

2010-05-20 Thread David Winsemius
I got an offlist response saying my advice was not correct, not surprising in the absence of a reproducible example on which to test. Looking at the help page, which seems the sensible place for anyone to start, we see that the second plotting example for dendrograms uses lab.cex and it nee

Re: [R] Overlap of leaf labels

2010-05-20 Thread Ivan Calandra
n Calandra Date: Thu, 20 May 2010 14:17:56 To: Subject: Re: [R] Overlap of leaf labels Hi, I think that one of the cex arguments in par() can be what you're looking for. But since I've never plotted any dendrogram, I don't know which one, if any. HTH, Ivan Le 5/20/2010 14:08, Ayesha

Re: [R] Overlap of leaf labels

2010-05-20 Thread David Winsemius
On May 20, 2010, at 8:17 AM, Ivan Calandra wrote: Hi, I think that one of the cex arguments in par() can be what you're looking for. But since I've never plotted any dendrogram, I don't know which one, if any. ?par Appears that the first effort should be to use cex.lab = 0.3 or some su

Re: [R] Overlap of leaf labels

2010-05-20 Thread Ivan Calandra
Hi, I think that one of the cex arguments in par() can be what you're looking for. But since I've never plotted any dendrogram, I don't know which one, if any. HTH, Ivan Le 5/20/2010 14:08, Ayesha Jadoon a écrit : Hi, I have tried looking at the archives but havent found any answer that work

[R] Overlap of leaf labels

2010-05-20 Thread Ayesha Jadoon
Hi, I have tried looking at the archives but havent found any answer that works till now (Sorry if i have missed anything) I am a newbie to R and i am trying to carry out hierarchical clustering using hclust -> as.dendrogram and then plotting the results as a dendrogram using the plot function p