Skip to content

Instantly share code, notes, and snippets.

@akshat3096
Last active May 3, 2019 07:41
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save akshat3096/a08aceb2f45441ab66a3b8d5f6ad9bac to your computer and use it in GitHub Desktop.
Save akshat3096/a08aceb2f45441ab66a3b8d5f6ad9bac to your computer and use it in GitHub Desktop.
install.packages("gganimate")
library(gganimate)
#animating the above plot
p1+transition_reveal(as.numeric(date))
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment