DataTables display R data frames as interactive HTML tables (with filtering, pagination, sorting, and search). This is a great way to make your raw data browsable without using too much space.
## Loading required package: htmlwidgets
Interface to the Bokeh library for making interactive graphics.
Leaflet is a really powerful JavaScript library for creating dynamic maps that support panning and zooming along with various annotations like markers, polygons, and popups.
## lon lat
## 1 NA NA
Provides rich facilities for charting time-series data in R, including highly configurable series- and axis-display and interactive features like zoom/pan and series/point highlighting.
Create interactive 3D scatter plots, network plots, and globes using the ‘three.js’ visualization library.
Creates ‘D3’ ‘JavaScript’ network, tree, dendrogram, and Sankey graphs from ‘R’.
This loads an example social network of friendships between 34 members of a karate club at a US university in the 1970s. See W. W. Zachary, An information flow model for conflict and fission in small groups, Journal of Anthropological Research 33, 452-473 (1977).
Sankey diagrams are flow diagrams in which the width of the arrows is shown proportionally to the flow quantity.
RGL provides 3D interactive graphics, including functions modelled on base graphics (plot3d()
, etc.) as well as functions for constructing representations of geometric objects (cube3d()
, etc.). You may need to install XQuartz.
browsable(tagList(
rglwidget(elementId = "example", width = 500, height = 400,
controllers = "player"),
playwidget("example",
ageControl(births = theta, ages = c(0, 0, 1),
objids = lineid, alpha = c(0, 1, 0)),
start = 1, stop = 6*pi, step = 0.1,
rate = 6,elementId = "player")
))%>%save_html(file="rgl.html")