Created
April 24, 2019 14:05
-
-
Save gonzalezgouveia/b8ceb669669d9fb9b880921d0d9bb52d to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# animando | |
anim %>% animate(fps = 30, | |
nframes = 300, | |
detail = 10, | |
start_pause = 30, | |
end_pause = 30, | |
rewind = FALSE, | |
width = 400, | |
height = 400) | |
# guardar animacion en formato gif | |
anim_save('bar_race_population.gif') |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment