README.md

COVID-19-Visualizations

Travis build status

Some visualizations and visualization applications related to the COVID 19 pandemic

Contributed by

-Kanishk Narayan kanishkan91

-Heramb Lonkar skad00sh

Animations

1. USA

2. India

Code Example

library(COVID19Viualizations)

g <- generate_COVID_animation(Input_data=Cases_final,Total_ID="USA_total", 
                                     states_selected=c("New York","California",
                                                       "Washington"))

animate(g,nframes = 300,fps=8, width = 1000, height =1000,res=100) 

Structure

root
├── R.proj                                #Main R project 
├── DESCRIPTION                           #All metadata required for project
├── NAMESPACE                             #Documentation functions needed (Generated automatically)  
├── R
    ├──All R scripts and functions
├── gif-outputs                             #GIF Output folder
│   ├── GIF of USA         
│   └── GIF of India               
└── data                                        #Data Folder
    ├── Coronavirus_Cases_USA.csv
    └── india-data
        ├── india_raw_data_{date}.csv
        └── india_wrangled_data_{date}.csv

Based on data provided by - a. USA 1) NY times- https://github.com/nytimes/covid-19-data

b. India 1) Covid19India.org- https://www.covid19india.org/



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