animap_areal | R Documentation |
Animated map areal of dengue cases by municipality
animap_areal(
data,
year,
name,
dir,
country,
breaks = NULL,
vel,
save,
cve_edo = NULL,
dot = NULL,
pal = NULL
)
data |
is dengue dataset. |
name |
is the name of the gif file. |
dir |
is the directory where the animation will be saved. |
country |
is logical value for indicating if the map is for all country o by state. |
breaks |
is the numeric for defining the breaks of legend. |
vel |
vel is the delay time between images. See also tmap_animation. |
save |
is the logical value for indicating if the gif is saved or not. |
cve_edo |
is the id of state according the https://www.inegi.org.mx/default.html. |
dot |
is the logical value, if dot TRUE the tmap is dot, else is areal. |
pal |
is the palette. |
tmap_animation.
a gif file of animation.
Felipe Antonio Dzul Manzanilla felipe.dzul.m@gmail.com
tmap_animation
1+1
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.