[R] how to plot single frames as a movie?

2010-02-04 Thread Javier

Dear users,

1.  Is there a way to create a movie file to play a sequence of single 
frames
(e.g. plots) at a specified time delay between frames?
2.  If making a movie file is not possible, then how can I incorporate in a
loop some delay between the frames to be plotted so I can change the playing
speed?

Sorry if this questions was already in the forum, but I couldn’t find it.

Thanks in advance

Javier

-- 
View this message in context: 
http://n4.nabble.com/how-to-plot-single-frames-as-a-movie-tp1468628p1468628.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 plot single frames as a movie?

2010-02-04 Thread Eik Vettorazzi

Hi Javier,
have a look at the animation-package on CRAN  and 
http://animation.yihui.name/

hth.


Javier schrieb:

Dear users,

1.  Is there a way to create a movie file to play a sequence of single 
frames
(e.g. plots) at a specified time delay between frames?
2.  If making a movie file is not possible, then how can I incorporate in a
loop some delay between the frames to be plotted so I can change the playing
speed?

Sorry if this questions was already in the forum, but I couldn’t find it.

Thanks in advance

Javier

  


--
Eik Vettorazzi
Institut für Medizinische Biometrie und Epidemiologie
Universitätsklinikum Hamburg-Eppendorf

Martinistr. 52
20246 Hamburg

T ++49/40/7410-58243
F ++49/40/7410-57790

__
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 plot single frames as a movie?

2010-02-04 Thread Barry Rowlingson
On Thu, Feb 4, 2010 at 10:58 AM, Eik Vettorazzi
e.vettora...@uke.uni-hamburg.de wrote:
 Hi Javier,
 have a look at the animation-package on CRAN  and
 http://animation.yihui.name/

I've had some fun making web-based animations using the mootools
javascript library. Instructions here:

http://www.maths.lancs.ac.uk/~rowlings/Chicas/DIY/

It's simply a case of making a bunch of plot0001.png files with
frame numbers and then editing a bit of javascript.

Barry

-- 
blog: http://geospaced.blogspot.com/
web: http://www.maths.lancs.ac.uk/~rowlings
web: http://www.rowlingson.com/
twitter: http://twitter.com/geospacedman
pics: http://www.flickr.com/photos/spacedman

__
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.