Re: [R] Dropping 'empty' panels from lattice

2009-04-28 Thread amvds
How would I paste factors c1...c10 to one grouping factor? Can you give an example? Thanks much! Alex amvds at xs4all.nl writes: I have 8 cofactors possibly affecting one and only one variable. I make conditional histograms: -pdf(file=tst3.pdf,paper=special,width=36,height=36)

Re: [R] Dropping 'empty' panels from lattice

2009-04-28 Thread Deepayan Sarkar
On 4/28/09, am...@xs4all.nl am...@xs4all.nl wrote: How would I paste factors c1...c10 to one grouping factor? Can you give an example? In this case interaction would be conceptually more appropriate histogram(~Oversized | with(dat, interaction(c1, c2, c5, c6, c7, c8, c9, c10)),

[R] Dropping 'empty' panels from lattice

2009-04-28 Thread amvds
I have 8 cofactors possibly affecting one and only one variable. I make conditional histograms: -pdf(file=tst3.pdf,paper=special,width=36,height=36) -histogram(~Oversized|dat$c1*dat$c2*dat$c5*dat$c6*dat$c7*dat$c8*dat$c9*dat$c10,nint=21,layout=c(32,8),data=dat,type=count) -dev.off() This works

Re: [R] Dropping 'empty' panels from lattice

2009-04-28 Thread Dieter Menne
amvds at xs4all.nl writes: I have 8 cofactors possibly affecting one and only one variable. I make conditional histograms: -pdf(file=tst3.pdf,paper=special,width=36,height=36) -histogram(~Oversized|dat$c1*dat$c2*dat$c5*dat$c6*dat$c7*dat$c8*