Dear expeRts, ?xyplot says: "In general, giving a high value of ‘layout[3]’ is not wasteful because blank pages are never created."
But the following example does generate blank pages - well except for the ylab: data(barley) require(lattice) stripplot(yield~year|site, barley, layout=c(2,1,5)) Did I misinterpret the sentence from the help page or is this a bug? Yes - I know that his works fine: stripplot(yield~year|site, barley, layout=c(2,1)) Just curious... cu Philipp -- Dr. Philipp Pagel Lehrstuhl für Genomorientierte Bioinformatik Technische Universität München Wissenschaftszentrum Weihenstephan Maximus-von-Imhof-Forum 3 85354 Freising, Germany http://webclu.bio.wzw.tum.de/~pagel/ ______________________________________________ R-help@r-project.org mailing list https://stat.ethz.ch/mailman/listinfo/r-help PLEASE do read the posting guide http://www.R-project.org/posting-guide.html and provide commented, minimal, self-contained, reproducible code.