The Bubbles Animation in Hans Rosling's Talk

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

Animation

An imitation of Hans Rosling's moving bubbles. </ani>

R code

library(animation)
saveHTML({ani.options(interval = 0.2)
    par(mar = c(4, 4, 0.2, 0.2))
# with 'years' as the background
    Rosling.bubbles(text = 1951:2000)
},
    img.name="Rosling_bubbles", htmlfile="Rosling_bubbles.html",
	ani.height = 500, ani.width = 600, outdir = getwd(),
	title = "The Bubbles Animation in Hans Rosling's Talk",
    description =c(An imitation of Hans Rosling's moving bubbles."))

Reference

da/ts/hans_rosling_s_talk.txt · Last modified: 2011/01/13 06:04 by oyster8
 
Recent changes RSS feed Donate Powered by PHP Valid XHTML 1.0 Valid CSS Driven by DokuWiki