Google R package googleVis#
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 optionsgvisGauge()
: gauge-like plot
GIS related plots:
gvisIntensityMap()
gvisGeoChart()
: mapgvisMap
gvisOrgChart()
: tree-like organization chartgvisAnnotationChart()
: pencils stock examplegvisSankey()
Tables
gvisTable()
gvisTreeMap()
gvisCalendar()
: calendar-like chart filled with some numeric values and represented by gradient colorgvisTimeline()
gvisHistogram()
: make histogramgvisMerge()
: merge different types of chart (plot, map, table) side-by-side or by stackinggvisMotionChart()
: make interactive plot