Update data, plots, README.
This commit is contained in:
@ -235,7 +235,8 @@ ggsave("plots/states-over-time-freey.png", width = 15, height = 9)
|
||||
a <- city %>% group_by(city_label) %>%
|
||||
mutate(plot_label = if_else(Date == max(Date),
|
||||
city_label,
|
||||
NA_character_))
|
||||
NA_character_)) %>%
|
||||
distinct()
|
||||
ggplot(data = a,
|
||||
aes(x = Date,
|
||||
y = Count,
|
||||
|
Reference in New Issue
Block a user