[R] legend placement

2008-04-10 Thread Ng Stanley
Hi, I am plotting 5 charts using p - par(mfrow = c(3, 2), how can I place my legend in the last region ? I don't wan to put it into the margin. [[alternative HTML version deleted]] __ R-help@r-project.org mailing list

Re: [R] legend placement

2008-04-10 Thread Duncan Murdoch
Ng Stanley wrote: Hi, I am plotting 5 charts using p - par(mfrow = c(3, 2), how can I place my legend in the last region ? I don't wan to put it into the margin. You should be able to do a blank plot, then plot the legend. For example, par(mfrow=c(3,2)) for (i in 1:5) plot(1) plot(1,