Learn R Programming

googleVis (version 0.2.8)

googleVis-package: Using the Google Visualisation API with R

Description

googleVis provides an interface between R and the Google Visualisation API to create interactive charts for web pages. The functions of the package allow the user to visualise data stored in R data frames with the Google Visualisation API without uploading the data to Google. The output of a googleVis function is html code that contains the data and references to JavaScript functions hosted by Google. googleVis makes use of the internal R HTTP server to display the output locally. A browser with Flash and Internet connection is required. Please visit the project web site for more information and examples.

Arguments

Details

ll{ Package: googleVis Type: Package Version: 0.2.8 Date: 2011-07-31 License: GPL version 2 or later }

References

  • googleVis project site:http://code.google.com/p/google-motion-charts-with-r/
  • Google Visualisation API:http://code.google.com/apis/visualization/interactive_charts.html
  • Google Terms of Use:http://code.google.com/apis/chart/interactive/terms.html
  • Google Maps API Terms of Service:http://code.google.com/apis/maps/terms.html

Examples

Run this code
demo(googleVis)

Run the code above in your browser using DataLab