Re: [R] use of empty space in split graph device

2008-10-20 Thread Benoit Boulinguiez
That's it. thanks Regards/Cordialement Benoit Boulinguiez -Message d'origine- De : Greg Snow [mailto:[EMAIL PROTECTED] Envoyé : vendredi 17 octobre 2008 19:19 À : Benoit Boulinguiez; r-help@r-project.org Objet : RE: [R] use of empty space in split graph device Th

Re: [R] use of empty space in split graph device

2008-10-17 Thread Greg Snow
inal Message- > From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] > project.org] On Behalf Of Benoit Boulinguiez > Sent: Friday, October 17, 2008 7:30 AM > To: r-help@r-project.org > Subject: [R] use of empty space in split graph device > > Hi all, > > I divide the graphica

[R] use of empty space in split graph device

2008-10-17 Thread Benoit Boulinguiez
Hi all, I divide the graphical device into 4 ---mfrow=c(2,2)--- to plot 3 boxplots graph. Thus I get an empty space for the fourth graph. I d'like to place a legend in this space. legend() creates a legend in the last graph (the 3rd) I'd like a legend in the empty space. How may I do it?