Liati <liats80 <at> hotmail.com> writes: > I would like to create one postscript file with two different xyplots (which library(lattice) postscript("myps.ps") xyplot(1~1,main="Plot 1") xyplot(2~3,main="Plot 2") dev.off() Dieter