Re: [R] "pairs" with same xlim and ylim scale

2010-09-03 Thread Dejian Zhao
lly in the "panel.cor" function. Adding "..." in the function and "text" call fixed everything. Best, ...Tao - Original Message From: Dejian Zhao To: r-help@r-project.org Sent: Thu, September 2, 2010 7:57:55 PM Subject: Re: [R] "pairs"

Re: [R] "pairs" with same xlim and ylim scale

2010-09-02 Thread Shi, Tao
project.org > Sent: Thu, September 2, 2010 7:57:55 PM > Subject: Re: [R] "pairs" with same xlim and ylim scale > > When "pairs" draws plots, "lower.panel" invokes "f.xy". Maybe there is > something in "f.xy" incompatible with "pai

Re: [R] "pairs" with same xlim and ylim scale

2010-09-02 Thread Dejian Zhao
______________ From: Dejian Zhao To:r-help@r-project.org Sent: Tue, August 31, 2010 6:10:16 PM Subject: Re: [R] "pairs" with same xlim and ylim scale I think you have successfully passed the "xlim" and "ylim" into the function pairs1. Compare the two gr

Re: [R] "pairs" with same xlim and ylim scale

2010-09-02 Thread Shi, Tao
Hi Dejian, You're right on this! Do you know how to pass those two argument into lower.panel? Thanks! ...Tao From: Dejian Zhao To: r-help@r-project.org Sent: Tue, August 31, 2010 6:10:16 PM Subject: Re: [R] "pairs" with same xlim and ylim sca

Re: [R] "pairs" with same xlim and ylim scale

2010-08-31 Thread Dejian Zhao
I think you have successfully passed the "xlim" and "ylim" into the function pairs1. Compare the two graphs produced by the codes you provided, you can find the xlim and ylim in the second graph have been reset to the assigned value. It seems that the program halted in producing the second plot