/tmap.deckgl

tmap rendering in deck.gl

Primary LanguageRGNU General Public License v3.0GPL-3.0

tmap.deckgl

tmap rendering in deck.gl

Installation

# install.packages("remotes")
install_github("r-tmap/tmap")
install_github("r-tmap/tmap.deckgl")

Example

library(tmap)
library(tmap.deckgl)

tmap_mode("deck")
tm_shape(World) + tm_polygons("HPI", fill.scale = tm_scale_intervals(values = "RdYlGn"))