JohnCoene / Globe4r
Licence: other
π Interactive globe visualisations
Stars: β 41
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
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
Mactheknife
π¦ Various βmacOSβ-oriented Tools and Utilities in R
Stars: β 36 (-12.2%)
Mutual labels: rstats
Scala Plotly Client
Visualise your data from Scala using Plotly
Stars: β 39 (-4.88%)
Mutual labels: visualisation
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
globe4r
Interactive globes for R via globe.gl.
Visit the website for more details.

- bars
- arcs
- polygons
- points
- 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].