[6476] in s-news-athena
pairs() bug??
daemon@ATHENA.MIT.EDU (Rich Gonzalez)
Tue Feb 21 20:51:16 1995
Date: Tue, 21 Feb 1995 17:32:23 -0800 (PST)
From: Rich Gonzalez <gonzo@u.washington.edu>
To: S-news@utstat.toronto.edu
The pairs() code suggests that I could pass ylim & xlim arguments to the
plot command so all the plots have the same ylim and xlim of my choosing.
I got an error message when I tried that. That is,
pairs(x,y,panel=myfunction,ylim=c(0,1), xlim=c(0,1))
The kludge I worked out was to copy pairs() to pairs.fix(), edit the plot
to have the specific ylim and xlim I want and it worked fine. This is not
a general solution, of course. Anyone work out a better fix or tell me
what I am doing wrong in passing ylim & xlim through pairs?
rich