Skip to content

png file in batch mode

2 messages · mysimbaa, Uwe Ligges

#
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
#
mysimbaa wrote:
What about using the png() device?

Uwe Ligges