[R] animation?

Jim Lemon bitwrit at ozemail.com.au
Tue Mar 20 12:27:37 CET 2001


Bill Simpson wrote:

> I was wondering if anyone out there has created a series of images
(e.g.
> jpegs) using R, then animated them on a web page...

The easiest way to present animations on Web pages is probably animated
GIF files.  Convert the images to GIF format (XV, ImageMagick, GIMP)
then stick 'em together with one of the many encoders (I use the ancient
but reliable "whirlgif")

http://sources.isc.org/apps/graphics/whirlgif-302.txt

MPGs are another way to go, but not as universally supported by
browsers.  You can encode from JPG files (I use the equally ancient
"mpeg_encode").

http://www.sco.com/skunkware/osr5/video/mpeg_encode/

Java animation is neat, but can fall heavily.  The worst that can happen
with animated GIFs or MPGs is that they just don't display properly.

Jim

-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-
r-help mailing list -- Read http://www.ci.tuwien.ac.at/~hornik/R/R-FAQ.html
Send "info", "help", or "[un]subscribe"
(in the "body", not the subject !)  To: r-help-request at stat.math.ethz.ch
_._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._



More information about the R-help mailing list