planetary

June 21, 2017 ยท View on GitHub

planetary

Project Status: WIP ? Initial development is in progress, but there has not yet been a stable, usable release suitable for the public. Build Status codecov

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)