> HI:
>
> I have tried to find a way in which to export/save graphs via the command
> line. I know i can right click on it and save it as wmf etc.
> But I was wandering if there is a function such as Splus'
> export.graph
?win.metafile
as in
win.metafile("c:/foo.wmf")
plot(blah,blah,blah)
dev.off()
Cheers
Jason