On Monday 23 February 2004 09:57, Rodrigo Abt wrote:
> Dear R-listers,
>
> I got an error when I try to plot two grouped data into a single
> win.metafile device:
>
> library(lattice)
> trellis.device(device="win.metafile",color=F,filename="Profiles-Var1.wmf
>") par(mfrow=c(1,2))

par() settings have (mostly) no effect in lattice plots. In particular, 
mfrow is ignored. Read help(print.trellis) and run example(print.trellis) 
to learn how to do what you want to do.

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

Reply via email to