Re: [R] How to put multiple plots in the same window? (not par(mfrow=))

2004-07-30 Thread F Duan
Thank all of you. That's exactly what I want. Best, Frank Quoting Gavin Simpson <[EMAIL PROTECTED]>: > F Duan wrote: > > Dear All, > > > > I am sorry if this question has been asked before. Below is my Question: > > > > I want to put several plots in the same window, but I don’t want the bla

Re: [R] How to put multiple plots in the same window? (not par(mfrow=))

2004-07-30 Thread Gavin Simpson
F Duan wrote: Dear All, I am sorry if this question has been asked before. Below is my Question: I want to put several plots in the same window, but I don’t want the blank space between plots (like par(mfrow=)) --- that makes the plots too small. Could anyone tell me how to do it? Thanks a lot.

Re: [R] How to put multiple plots in the same window? (not par(mfrow=))

2004-07-30 Thread Marc Schwartz
On Fri, 2004-07-30 at 10:41, F Duan wrote: > Dear All, > > I am sorry if this question has been asked before. Below is my Question: > > I want to put several plots in the same window, but I dont want the blank > space between plots (like par(mfrow=)) --- that makes the plots too small. > Could

Re: [R] How to put multiple plots in the same window? (not par(mfrow=))

2004-07-30 Thread Sean Davis
Frank, Why not try using grid graphics? You can open arbitrary viewports into which to place plots. Sean On Jul 30, 2004, at 11:41 AM, F Duan wrote: Dear All, I am sorry if this question has been asked before. Below is my Question: I want to put several plots in the same window, but I don’t wa

Re: [R] How to put multiple plots in the same window? (not par(mfrow=))

2004-07-30 Thread Uwe Ligges
F Duan wrote: Dear All, I am sorry if this question has been asked before. Below is my Question: I want to put several plots in the same window, but I don’t want the blank space between plots (like par(mfrow=)) --- that makes the plots too small. Could anyone tell me how to do it? E.g. with par(m

Re: [R] How to put multiple plots in the same window? (not par(mfrow=))

2004-07-30 Thread Thomas Lumley
On Fri, 30 Jul 2004, F Duan wrote: > Dear All, > > I am sorry if this question has been asked before. Below is my Question: > > I want to put several plots in the same window, but I don’t want the blank > space between plots (like par(mfrow=)) --- that makes the plots too small. > Could anyone tel

Re: [R] How to put multiple plots in the same window? (not par(mfrow=))

2004-07-30 Thread Sundar Dorai-Raj
F Duan wrote: Dear All, I am sorry if this question has been asked before. Below is my Question: I want to put several plots in the same window, but I don’t want the blank space between plots (like par(mfrow=)) --- that makes the plots too small. Could anyone tell me how to do it? Thanks a lot.

[R] How to put multiple plots in the same window? (not par(mfrow=))

2004-07-30 Thread F Duan
Dear All, I am sorry if this question has been asked before. Below is my Question: I want to put several plots in the same window, but I don’t want the blank space between plots (like par(mfrow=)) --- that makes the plots too small. Could anyone tell me how to do it? Thanks a lot. Frank