[R] Saving/exporting graphs

Jason Turner jasont at indigoindustrial.co.nz
Thu May 27 00:52:10 CEST 2004


> 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




More information about the R-help mailing list