All Projects → daranzolin → quickglobe

daranzolin / quickglobe

Licence: other
🌎 View Country Data via a 3D, D3, Globe 🌍

Programming Languages

r
7636 projects
javascript
184084 projects - #8 most used programming language
CSS
56736 projects

Projects that are alternatives of or similar to quickglobe

Reactr
React for R
Stars: ✭ 227 (+931.82%)
Mutual labels:  rstats, htmlwidgets
Openglobus
JavaScript 3d maps and geospatial data visualization engine library.
Stars: ✭ 199 (+804.55%)
Mutual labels:  gis, globe
Globe4r
🌎 Interactive globe visualisations
Stars: ✭ 41 (+86.36%)
Mutual labels:  globe, rstats
Streamgraph
〰️ htmlwidget for creating streamgraph visualizations in R
Stars: ✭ 137 (+522.73%)
Mutual labels:  rstats, htmlwidgets
bpmn
BPMN diagrams in R
Stars: ✭ 16 (-27.27%)
Mutual labels:  htmlwidgets, htmlwidget
Nomnoml
Sassy 'UML' Diagrams for R
Stars: ✭ 173 (+686.36%)
Mutual labels:  rstats, htmlwidgets
Itowns
A Three.js-based framework written in Javascript/WebGL for visualizing 3D geospatial data
Stars: ✭ 517 (+2250%)
Mutual labels:  gis, globe
hereR
R package that provides an interface to the HERE REST APIs: Geocoder API, Routing API, Traffic API, Public Transit API and Destination Weather API. Locations and routes are returned as 'sf' objects.
Stars: ✭ 72 (+227.27%)
Mutual labels:  gis, rstats
taucharts
📊 An R htmlwidget interface to the TauCharts javascript library
Stars: ✭ 66 (+200%)
Mutual labels:  htmlwidgets, htmlwidget
kadas-albireo
KADAS Albireo
Stars: ✭ 26 (+18.18%)
Mutual labels:  gis, globe
Sigmajs
Σ sigma.js for R
Stars: ✭ 58 (+163.64%)
Mutual labels:  rstats, htmlwidgets
WhirlyGlobe
WhirlyGlobe Development
Stars: ✭ 767 (+3386.36%)
Mutual labels:  gis, globe
Highcharter
R wrapper for highcharts
Stars: ✭ 583 (+2550%)
Mutual labels:  rstats, htmlwidgets
Sunburstr
R htmlwidget for interactive sunburst plots
Stars: ✭ 177 (+704.55%)
Mutual labels:  rstats, htmlwidgets
Echarts4r
🐳 ECharts 5 for R
Stars: ✭ 378 (+1618.18%)
Mutual labels:  rstats, htmlwidgets
lineup htmlwidget
HTMLWidget wrapper of LineUp for Visual Analysis of Multi-Attribute Rankings
Stars: ✭ 51 (+131.82%)
Mutual labels:  htmlwidgets, htmlwidget
spatialwidget
Utility package to convert R data into JSON for use in htmlwidget mapping libraries
Stars: ✭ 17 (-22.73%)
Mutual labels:  gis, htmlwidgets
rchess
♛ Chess package for R
Stars: ✭ 68 (+209.09%)
Mutual labels:  rstats, htmlwidgets
BayesHMM
Full Bayesian Inference for Hidden Markov Models
Stars: ✭ 35 (+59.09%)
Mutual labels:  rstats
Offroad-routing-engine
Off-road Navigation System
Stars: ✭ 16 (-27.27%)
Mutual labels:  gis

quickglobe

Spin's the name, and rocking round the globe's the game!

This package was mostly an excuse to sync up some #rstats, GIS, and D3 tricks.

I really wanted to name this package spintheglobe in homage to National Geographic's Really Wild Animals docs, but the internet has a severe deficit of Spin content.

Installation

quickglobe is not on CRAN, but uou can install the development version from GitHub via:

devtools::install_packages_github("daranzolin/quickglobe")

Spinning the Globe

quickglobe renders an interactive, 3D globe. It will attempt to match a country 'identifier' (e.g. name, iso code) within the function, so there's no need to worry about geometry or other spatial concerns. Your identifier strings, however, have to be relatively clean.

library(gapminder)
library(dplyr)
library(quickglobe)

gapminder %>% 
  filter(year == 2002) %>%
  quickglobe(country, gdpPercap, title = "GDP Per Capita")

Styling the Globe

Use different palettes, adjust the title font family, choose the number of legend cells, and format the legend ticks in qg_style

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].