Skip to content

Instantly share code, notes, and snippets.

@gonzalezgouveia
Created April 24, 2019 14:05
Show Gist options
  • Save gonzalezgouveia/b8ceb669669d9fb9b880921d0d9bb52d to your computer and use it in GitHub Desktop.
Save gonzalezgouveia/b8ceb669669d9fb9b880921d0d9bb52d to your computer and use it in GitHub Desktop.
# 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