r-tmap/tmap

tm_animate does not return anything for rendered documents (e.g., rmd, qmd, reprex)

開放

#1,150 建立於 2025年6月25日

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

倉庫指標

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

描述

It would be great if it would render the animation directly in the qmd/rmd output.

library(tmap)
library(spData)

tm_shape(nz) +
  tm_polygons() +
  tm_animate("Name")

貢獻者指南