This week, I attended a R! training class instructed by Dr. Aedin Culhane, a wonderful teacher. I was taught that I can use the GoogleVis, a R! package, to draw a moving bubble plot. It's amazing. Here is the output we used in the class.
R! Codes: library(googleVis)
M <- gvisMotionChart(Fruits, "Fruit", "Year")
plot(M)
cat(M$html$chart, file="tmp.html")
Here is the more information about: Using the Google Visualisation API with R
Data: Fruits • Chart ID: MotionChartIDed077347ee8
R version 2.15.0 (2012-03-30) • googleVis-0.2.16 • Google Terms of Use • Data Policy
R version 2.15.0 (2012-03-30) • googleVis-0.2.16 • Google Terms of Use • Data Policy