[R] How to export plot outputs as gif

2012-04-02 Thread mrzung
Hi, I really need to export plot image as gif.
I know that other image forms are available with functions like png(),
jpeg() etc.
However, 

The reason that I only need the gif form is
 gimage function in gWidgetstcltk library only works
with gif or pnm.
I want to load some plot images to gwindow.

Is there a way to solve this problem?

Thanks.

--
View this message in context: 
http://r.789695.n4.nabble.com/How-to-export-plot-outputs-as-gif-tp4525168p4525168.html
Sent from the R help mailing list archive at Nabble.com.

__
R-help@r-project.org mailing list
https://stat.ethz.ch/mailman/listinfo/r-help
PLEASE do read the posting guide http://www.R-project.org/posting-guide.html
and provide commented, minimal, self-contained, reproducible code.


Re: [R] How to export plot outputs as gif

2012-04-02 Thread R. Michael Weylandt
caTools::write.gif()

Michael

On Mon, Apr 2, 2012 at 12:41 AM, mrzung mrzun...@gmail.com wrote:
 Hi, I really need to export plot image as gif.
 I know that other image forms are available with functions like png(),
 jpeg() etc.
 However,

 The reason that I only need the gif form is
                     gimage function in gWidgetstcltk library only works
 with gif or pnm.
 I want to load some plot images to gwindow.

 Is there a way to solve this problem?

 Thanks.

 --
 View this message in context: 
 http://r.789695.n4.nabble.com/How-to-export-plot-outputs-as-gif-tp4525168p4525168.html
 Sent from the R help mailing list archive at Nabble.com.

 __
 R-help@r-project.org mailing list
 https://stat.ethz.ch/mailman/listinfo/r-help
 PLEASE do read the posting guide http://www.R-project.org/posting-guide.html
 and provide commented, minimal, self-contained, reproducible code.

__
R-help@r-project.org mailing list
https://stat.ethz.ch/mailman/listinfo/r-help
PLEASE do read the posting guide http://www.R-project.org/posting-guide.html
and provide commented, minimal, self-contained, reproducible code.