Re: [R] lattice plot axis scaling

2007-07-18 Thread Deepayan Sarkar
On 7/18/07, Alan S Barnett <[EMAIL PROTECTED]> wrote: > I want to generate a lattice plot of a multiple linear regression. I'm > using the code: > > xyplot(y ~ x1 + x2 | status, data=datam, > xlab="Peak separation",ylab="G/W",main="G/W vs Fuzzy peak > separation: Threshold=1.8", >

[R] lattice plot axis scaling

2007-07-18 Thread Alan S Barnett
I want to generate a lattice plot of a multiple linear regression. I'm using the code: xyplot(y ~ x1 + x2 | status, data=datam, xlab="Peak separation",ylab="G/W",main="G/W vs Fuzzy peak separation: Threshold=1.8", groups=Fuzzy.gw.t.score>1.8, subset=(status %in% c("contro