Skip to content
Prev 11541 / 398502 Next

multiple lattice-pages (development package!)...

On Fri, Jun 01, 2001 at 03:16:24PM +0100, Prof Brian D Prof Brian D Ripley wrote:
There is no way inside trellis, but outside:


for(i in seq(1,length(unique(scl.unter$id)),by=12)){
  tmp <- unique(scl.unter$id)[i:(i+11)]
  print.trellis(xyplot(data~Time|Id,
                       subset=id%in%tmp,
                       data=scl.unter,xlab="Time",ylab="Freq",
                       as.table=T,layout=c(4,3)
                       )
                )
  dev.print(jpeg,paste("c:/temp/tmp",i,".jpg",sep=""),width=1000,height=1000)
}

O.k. if I write a wrapper-function this would not look so chaotic. 


Thanks for your answer
Peter
Message-ID: <20010601164527.A2001@rzpool08.rz.tu-bs.de>
In-Reply-To: <Pine.LNX.4.31.0106011510180.9137-100000@gannet.stats>; from ripley@stats.ox.ac.uk on Fri, Jun 01, 2001 at 03:16:24PM +0100