Skip to content
Prev 7373 / 15075 Next

Follow up to email on "saving graphs; jpeg(), bitmap()"

On Aug 1, 2010, at 10:42 PM, Nadeem Faiz wrote:

            
If I were trying to create a jpg file, the first function I would try  
would be  ... jpeg(), although the quartz help page does indicate that  
a wide variety of formats are supported through quartz().

 > jpeg(file="test.jpg")  # the "title=" argument is ignored if you  
are plotting to a file
 > plot(1,1)
 > dev.off()
quartz
      2
It is a bit of a puzzle to read this. Have you looked at the help  
pages for:

?quartz
?pdf
?Devices   # ???

As well as following the links from those pages? Surely one should not  
be relying on a 6 year old R-SIG-Mac posting to get information about  
Mac OSX graphics devices in 2010.