On 10/6/2009 9:45 AM, guillaume Le Ray wrote:
I have a window with "unable to create metafile" I think it is because I'm
using the function layout() in some of my graphs
I doubt if that's the cause. More likely it's a permissions problem, or
some other problem. For example, this works fine:
> win.metafile("c:/temp/test.wmf")
> layout(matrix(1:4, 2,2))
> plot(1)
> plot(2)
> dev.off()
null device
1
Duncan Murdoch
______________________________________________
[email protected] mailing list
https://stat.ethz.ch/mailman/listinfo/r-help
PLEASE do read the posting guide http://www.R-project.org/posting-guide.html
and provide commented, minimal, self-contained, reproducible code.