Google R package googleVis

  1. different function for different types of chart

    • Line chart: gvisLineChart():

    • Bar chart: gvisBarChar():

    • Column chart: gvisColumnChart()

    • Area chart: gvisAreaChart()

    • Stepped Area chart

    • Scatter chart

    • Bubble chart

    • CandlestickChart: kind of box plot

    • PieChart

    • combination of different types of chart:

      • gvisComboChart(): specify types in options
      • gvisGauge(): gauge-like plot
    • GIS related plots:

      • gvisIntensityMap()
      • gvisGeoChart(): map
      • gvisMap
    • gvisOrgChart(): tree-like organization chart

    • gvisAnnotationChart(): pencils stock example

    • gvisSankey()

  2. Tables

    • gvisTable()
  3. gvisTreeMap()

  4. gvisCalendar(): calendar-like chart filled with some numeric values and represented by gradient color

  5. gvisTimeline()

  6. gvisHistogram(): make histogram

  7. gvisMerge(): merge different types of chart (plot, map, table) side-by-side or by stacking

  8. gvisMotionChart(): make interactive plot