png file in batch mode
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