r-tmap/tmap

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

Open

#1,150 创建于 2025年6月25日

在 GitHub 查看
 (11 评论) (0 反应) (0 负责人)R (120 fork)batch import
Help wanted

仓库指标

Star
 (852 star)
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")

贡献者指南