Skip to content
Back to formatted view

Raw Message

Message-ID: <15824000.post@talk.nabble.com>
Date: 2008-03-04T10:02:54Z
From: Richard Cotton
Subject: automatically save graphic
In-Reply-To: <15822254.post@talk.nabble.com>

mysimbaa wrote:
> 
> I write some code which produce a graphic
> Now I try at the end to output it (bitmap or jpeg) like this way :
> 
> - pop up window asking me to choose a path where to save my picture 
> - choose name for this picture
> 

Your message isn't very clear, so forgive me if I have misunderstood, but
1. You can save your pictures in the manner you described by clicking on the
File menu in a graphics window, then 'Save As...', and choose bitmap or
jpeg.

2. If you want to save plots automatically, then do it in code:
jpeg("foo.jpg")
plot(1:100)
dev.off()


-----
Regards,
Richie.

Mathematical Sciences Unit
HSL
-- 
View this message in context: http://www.nabble.com/automatically-save-graphic-tp15822254p15824000.html
Sent from the R help mailing list archive at Nabble.com.