Skip to content

Instantly share code, notes, and snippets.

@gonzalezgouveia
Created April 24, 2019 14:04
Show Gist options
  • Save gonzalezgouveia/eb9a5706fe39c9d3dd2a481f4c6c19aa to your computer and use it in GitHub Desktop.
Save gonzalezgouveia/eb9a5706fe39c9d3dd2a481f4c6c19aa to your computer and use it in GitHub Desktop.
# crear animación
anim <- p +
# animacion con cambios en los estados del año
transition_states(year,
transition_length = 1,
state_length = 0,
wrap = FALSE) +
# permitir que los ejes cambien
view_follow()
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment