[R] plot in win.metafile in nlme
Karl Knoblick
karlknoblich at yahoo.de
Sat Jan 17 17:08:41 CET 2004
My problem was solved by using
trellis.device(win.metafile,file="Loblolly.wmf",
color=F)
instead of win.metafile("Loblolly.wmf").
(other answers helped also)
(What I found for getting similiar plots as postscript
was color=F in the trellis.device(...) command)
Thanks to all!
Karl.
BTW win.metafile("Loblolly.wmf") does not work for me
with the following versions I updated recently:
R version 1.8.0, 2003-10-08
package.description("lattice")
Package "lattice"
Version "0.8-7"
Date "2003/10/17"
Built "R 1.8.0; i386-pc-mingw32; 2003-10-29 16:36:53;
windows"
package.description("nlme")
Package "nlme"
Version "3.1-45"
Date "2003/08/29"
Built "R 1.8.0; i386-pc-mingw32; 2003-10-09 00:21:55;
windows"
__________________________________________________________________
More information about the R-help
mailing list