All Projects β†’ JohnCoene β†’ Globe4r

JohnCoene / Globe4r

Licence: other
🌎 Interactive globe visualisations

Programming Languages

r
7636 projects

Projects that are alternatives of or similar to Globe4r

Visdat
Preliminary Exploratory Visualisation of Data
Stars: ✭ 377 (+819.51%)
Mutual labels:  rstats, visualisation
quickglobe
🌎 View Country Data via a 3D, D3, Globe 🌍
Stars: ✭ 22 (-46.34%)
Mutual labels:  globe, rstats
Longurl
ℹ️ Small R package for no-API-required URL expansion
Stars: ✭ 30 (-26.83%)
Mutual labels:  rstats
Advanced R
One day course covering functions, functional programming and tidy evaluation
Stars: ✭ 38 (-7.32%)
Mutual labels:  rstats
Worldtilegrid
πŸ”²πŸ—Ί World Tile Grid Geom for ggplot2 [WIP]
Stars: ✭ 35 (-14.63%)
Mutual labels:  rstats
Onnx R
R Interface to Open Neural Network Exchange (ONNX)
Stars: ✭ 31 (-24.39%)
Mutual labels:  rstats
Epinow2
Estimate Realtime Case Counts and Time-varying Epidemiological Parameters
Stars: ✭ 36 (-12.2%)
Mutual labels:  rstats
Wellknown
WKT <-> GeoJSON
Stars: ✭ 15 (-63.41%)
Mutual labels:  rstats
Chirp
πŸ”¬Visualise Twitter Interactions
Stars: ✭ 40 (-2.44%)
Mutual labels:  rstats
Cytoscape.js
Graph theory (network) library for visualisation and analysis
Stars: ✭ 8,107 (+19673.17%)
Mutual labels:  visualisation
Webmockr
R library for stubbing and setting expectations on HTTP requests
Stars: ✭ 37 (-9.76%)
Mutual labels:  rstats
Cld2
R Wrapper for Google's Compact Language Detector 2
Stars: ✭ 34 (-17.07%)
Mutual labels:  rstats
Graphql
Bindings to libgraphqlparser for R
Stars: ✭ 31 (-24.39%)
Mutual labels:  rstats
Mactheknife
🦈 Various β€˜macOS’-oriented Tools and Utilities in R
Stars: ✭ 36 (-12.2%)
Mutual labels:  rstats
Sofa
easy R interface to CouchDB
Stars: ✭ 30 (-26.83%)
Mutual labels:  rstats
Scala Plotly Client
Visualise your data from Scala using Plotly
Stars: ✭ 39 (-4.88%)
Mutual labels:  visualisation
Crafter
πŸ”¬ An R package to work with PCAPs
Stars: ✭ 27 (-34.15%)
Mutual labels:  rstats
Ggcats
The geom you always wished for adding cats to ggplot2
Stars: ✭ 34 (-17.07%)
Mutual labels:  rstats
Cricketdata
International cricket data for men and women, Tests, ODIs and T20s
Stars: ✭ 35 (-14.63%)
Mutual labels:  rstats
Hexagon
◀️⏹▢️ R package for creating hexagon shaped xy data frames.
Stars: ✭ 40 (-2.44%)
Mutual labels:  rstats

Travis build status Lifecycle: maturing AppVeyor build status

globe4r

Interactive globes for R via globe.gl.

Visit the website for more details.

  1. bars
  2. arcs
  3. polygons
  4. points
  5. hex bin

Visit the website for the full list of functions

Installation

You can install the globe4r from Github:

# install.packages("remotes")
remotes::install_github("JohnCoene/globe4r")

Example

library(globe4r)

data("population") # sample data

create_globe() %>% # initialise
  globe_bars(
    coords(lat, lon, altitude = value, color = value),
    data = population
  ) %>% 
  scale_bars_altitude() %>% 
  scale_bars_color()
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].