r-tmap/tmap

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

Open

#1150 aperta il 25 giu 2025

Vedi su GitHub
 (11 commenti) (0 reazioni) (0 assegnatari)R (120 fork)batch import
Help wanted

Metriche repository

Star
 (852 star)
Metriche merge PR
 (Nessuna PR mergiata in 30 g)

Descrizione

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

Guida contributor