The Bubbles Animation in Hans Rosling's Talk

An imitation to Hans Rosling's talk using bubbles animation.

Animation

The Bubbles Animation in Hans Rosling's Talk
loading animation frames... 0%

An imitation of Hans Rosling's moving bubbles.

R code

library(animation)
ani.options(interval = 0.2, ani.height = 450, ani.width = 600, outdir = getwd(),
    title = "The Bubbles Animation in Hans Rosling's Talk",
    description = "An imitation of Hans Rosling's moving bubbles.")
ani.start()
par(mar = c(4, 4, 0.2, 0.2))
# with 'years' as the background
Rosling.bubbles(text = 1951:2000)
ani.stop()

Reference

 
da/ts/hans_rosling_s_talk.txt · Last modified: 2008/10/14 06:00 by 218.107.132.124
 
Recent changes RSS feed Creative Commons License Donate to AniWiki Contribute Your Ideas! Driven by DokuWiki