3D maps for R via three-geo.

Map types:

  • WebGL
  • Virtual Reality
  • Augmented Reality

Check out Locus Pocus, a Shiny application to map your surroundings.

Locus Pocus

Installation

You can install the g3r from Github:

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

## Prerequisites

All functions require a freely available mapbox API token, by default the function look for the MAPBOX_TOKEN environment variable.

Example

library(g3r)
g3r()