generate_COVID_animation: Generate_COVID_animation

Description Usage Arguments Value Author(s)

View source: R/functions_util.R

Description

Generate a gif of COVID 19 visualizations.

Usage

1
2
3
4
5
generate_COVID_animation(
  Input_data = Cases_final,
  Total_ID = "USA_total",
  states_selected = c("New York", "California", "Washington")
)

Arguments

Total_ID

This is the entry which will track the total cases

states_selected

A vector of special states to track cases in

Imput_data

Dataset with Day, cumulative cases, states

Value

An object that can be used within gganimate to generate the gif.

Author(s)

Kanishka Narayan


kanishkan91/COVID-19-Visualizations documentation built on April 6, 2020, 12:40 a.m.