On 11/28/2007 12:52 PM, Mithun Jacob wrote: > I wish to run R with Visual C++ as a front end. So I was hoping to run > a file such as graph.r in the following manner: > > R --slave --save --file=graph.r I'd set things up to save the graphics to a file, and get your C++ program to display the file. Duncan Murdoch