jonmcalder / planetary

:earth_africa: planetary is an htmlwidget interface to the Planetary.js chart library

Home Page:http://planetaryjs.com/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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)

About

:earth_africa: planetary is an htmlwidget interface to the Planetary.js chart library

http://planetaryjs.com/

License:Other


Languages

Language:JavaScript 92.0%Language:R 8.0%