Re: [R] plotting multiple figures on one page

2011-03-18 Thread Jim Lemon
scarlet wrote: > > Jim, > > Thanks for looking into this. The c without paste works. If the rq > model overrides the mfrow, I think I will have to piece together > individual plots using other software. I had a look at the plot.summary.rqs function and it does work out its own mfrow value and th

Re: [R] plotting multiple figures on one page

2011-03-17 Thread Muhammad Rahiz
Scarlet, If the mfrow is being overridden, perhaps the rimage package might be able to piece the individual plots... -- Muhammad Rahiz Researcher & DPhil Candidate (Climate Systems & Policy) School of Geography & the Environment University of Oxford On Thu, 17 Mar 2011, scarlet wrote: Jim,

Re: [R] plotting multiple figures on one page

2011-03-17 Thread scarlet
Jim, Thanks for looking into this. The c without paste works. If the rq model overrides the mfrow, I think I will have to piece together individual plots using other software. scarlet -- View this message in context: http://r.789695.n4.nabble.com/plotting-multiple-figures-on-one-page-tp338298

Re: [R] plotting multiple figures on one page

2011-03-17 Thread Jim Lemon
On 03/17/2011 07:46 AM, scarlet wrote: I am new to the R language. I am trying to plot multiple figures on one page through a loop, but the code just produce one graph on one page. Can someone show some light on what's wrong? Here is my code: library("quantreg") tcdata<-read.table("mydata.txt",