Skip to content

Instantly share code, notes, and snippets.

View timwaterhouse's full-sized avatar

Tim Waterhouse timwaterhouse

  • Rockville, MD, USA
View GitHub Profile
@timwaterhouse
timwaterhouse / animated_cv.R
Last active January 29, 2020 08:58
gganimate CV
library(ggplot2)
library(tidyr)
library(dplyr)
library(maps)
library(gganimate)
WorldData <- map_data('world')
#WorldData %>% filter(region != "Antarctica") -> WorldData
WorldData <- fortify(WorldData)