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
http://hrbrmstr.github.io/metricsgraphics/
MetricsGraphics enables easy creation of D3 scatterplots, line charts, and histograms.
library(metricsgraphics)
mjs_plot(mtcars, x=wt, y=mpg) %>%
mjs_point(color_accessor=carb, size_accessor=carb) %>%
mjs_labs(x="Weight of Car", y="Miles per Gallon")