Thursday, June 28, 2012

This is my test run using GoogleVis, a R! package

My test-run using GoogleVis, a R! package

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.16Google Terms of UseData Policy

No comments: