Created
April 24, 2019 14:04
-
-
Save gonzalezgouveia/eb9a5706fe39c9d3dd2a481f4c6c19aa 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
# 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