r-tmap/tmap

tmap.deckgl is born

已關閉

#866 建立於 2024年4月19日

 (5 則留言) (4 個反應) (0 位負責人)R (120 個分叉)batch import
Help wantedPublicity

倉庫指標

星標
 (852 顆星)
PR 合併指標
 (30 天內沒有已合併 PR)

描述

See https://github.com/r-tmap/tmap.deckgl

It's only a start, and mainly serves as a proof of concept for the extendibility of tmap.

remotes::install_github("r-tmap/tmap")
remotes::install_github("r-tmap/tmap.deckgl")

library(tmap)
library(tmap.deckgl)

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

Help is welcome, especially from those who know deck.gl.

As a second proof of concept, I will add a new 3d layer type, probably called tm_polygons3D.

貢獻者指南