planetary
June 21, 2017 ยท View on GitHub
planetary
planetary is an htmlwidget for the planetary.js library, which facilitates the creation of "awesome interactive globes for the web". Check out http://planetaryjs.com/ for more info.

Installation
You can install planetary from GitHub with:
# install.packages("devtools")
devtools::install_github("jonmcalder/planetary")
Examples
Simple rotating planet example with random pings - also draggable and zoomable.
library(planetary)
planetary(rotate = 10)