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

[R] plotting multiple figures on one page

2011-03-16 Thread scarlet
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",header=TRUE) postscript("myfigure.ps") ba