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 Thanks>From Alberto Nettel's DeskUniversity of Calgary Math & Stats Department. Room 346, ext 7199 E-mail: nettel at math.ucalgary.ca
Alberto Nettel Aguirre wrote:> 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 > > Thanks > > >>From Alberto Nettel's Desk > University of Calgary > Math & Stats Department. > Room 346, ext 7199 > E-mail: nettel at math.ucalgary.caSee ?Devices and in particular ?win.metafile. Also see ?savePlot. --sundar
> 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