Message-ID: <20040117160841.33357.qmail@web10009.mail.yahoo.com>
Date: 2004-01-17T16:08:41Z
From: Karl Knoblick
Subject: plot in win.metafile in nlme
In-Reply-To: <Pine.LNX.4.44.0401171528570.6927-100000@gannet.stats>
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"
__________________________________________________________________