Dear R users, I have an R script which produce me a plot. I run it in batch mode. The outputed file is .ps How ca I ouput the plot in .png in stead of .ps ? I found in R FAQ 7.19 the solution but it is for Linux, and I'm using Windows. Thanks for your help, Ciao, Adel -- View this message in context: http://www.nabble.com/png-file-in-batch-mode-tp16395299p16395299.html Sent from the R help mailing list archive at Nabble.com.
mysimbaa wrote:> Dear R users, > I have an R script which produce me a plot. I run it in batch mode. > The outputed file is .ps > How ca I ouput the plot in .png in stead of .ps ? > I found in R FAQ 7.19 the solution but it is for Linux, and I'm using > Windows.What about using the png() device? Uwe Ligges> Thanks for your help, > Ciao, > Adel >