Description References Examples
Interactive 3D graphics including point clouds and globes using three.js and htmlwidgets.
1 2 3 4 5 6 7 8 | ## Not run:
library("shiny")
runApp(system.file("examples/globe",package="threejs"))
runApp(system.file("examples/scatterplot",package="threejs"))
# See also help for globe.js and scatterplot3.js
## End(Not run)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.