Geo-spatial mapping
Time series charting
Interactive graphics with D3
R interface to Bokeh
R interface to Highcharts
Graph data visualization with vis.js
Graph data visualization with D3
Tabular data display
3D scatterplots and globes
Render scenes created with rgl
Diagrams and flowcharts
Scatterplots and line charts with D3
Bokeh is a visualization library that provides a flexible and powerful declarative framework for creating web-based plots.
library(rbokeh)
figure() %>%
ly_points(Sepal.Length, Sepal.Width, data = iris,
color = Species, glyph = Species,
hover = list(Sepal.Length, Sepal.Width))