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")

贡献者指南