On Wednesday 21 July 2004 09:10 am, Wolski wrote: > Hi! > > Would like to plot two image plots with color scale (like levelplot > (lattice) implements) in one graphic device. Tried to plot 2 levelplot's > (lattice) (the data has not much in common) in one graphics device by > setting par(mfrwo=c(2,1)) which does not work. > > Is there a way to force levelplot to use only a half of the graphic device?
Yes, see ?print.trellis Deepayan ______________________________________________ [EMAIL PROTECTED] mailing list https://www.stat.math.ethz.ch/mailman/listinfo/r-help PLEASE do read the posting guide! http://www.R-project.org/posting-guide.html
