Interactive 3D graphics including point clouds and globes using three.js and htmlwidgets.

References

https://threejs.org

Author

Maintainer: B. W. Lewis blewis@illposed.net [copyright holder]

Other contributors:

Examples

if (FALSE) { # \dontrun{
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
} # }