[R] lattice: layout and number of pages

Philipp Pagel p.pagel at wzw.tum.de
Wed Sep 8 14:49:28 CEST 2010


	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/



More information about the R-help mailing list