Re: [R] SavePlot in the Batch mode

2007-10-29 Thread Douglas Bates
On 10/29/07, Shubha Vishwanath Karanth <[EMAIL PROTECTED]> wrote: > Hi R, > Does 'savePlot' will not work in the batch mode? I get the below error: Yes. As the error message says you can only copy from the Windows device with savePlot. However, you can directly create pdf (see ?pdf) or PostScr

[R] SavePlot in the Batch mode

2007-10-29 Thread Shubha Vishwanath Karanth
Hi R, Does 'savePlot' will not work in the batch mode? I get the below error: > x=c(1,2,3,4,5,6,7) > hist(x) > savePlot("D:\\Test\\histo",type="jpeg") Error in savePlot("D:\\Test\\histo", type = "jpeg") : can only copy from 'windows' devices Execution halted The same