Skip to content
Prev 178700 / 398506 Next

Dropping 'empty' panels from lattice

On 4/28/09, amvds at xs4all.nl <amvds at xs4all.nl> wrote:
In this case interaction would be conceptually more appropriate

histogram(~Oversized | with(dat, interaction(c1, c2, c5, c6, c7, c8, c9, c10)),
          nint=21,layout=c(32,8),data=dat,type="count")

but

   with(dat, paste(c1, c2, c5, c6, c7, c8, c9, c10, sep = ":"))

should also work.

-Deepayan