Description Usage Arguments Value Author(s)
View source: R/functions_util.R
Generate a gif of COVID 19 visualizations.
1 2 3 4 5 | generate_COVID_animation(
Input_data = Cases_final,
Total_ID = "USA_total",
states_selected = c("New York", "California", "Washington")
)
|
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 |
An object that can be used within gganimate to generate the gif.
Kanishka Narayan
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.