Skip to content

IHI-Code-Club/data-viz

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Data Visualization

Part of IHI Code Club Workshop Series

Topic Data visualization
Objectives Learn data visualization with ggplot2 and basic data wrangling with tidyverse
Dataset The John Hopkins CSSE Covid-19 dataset.
Language R
Libraries [OPTIONAL] tidyverse_1.3.0, lubridate_1.7.4, [ggthemes_4.2.0], [ggrepel_0.8.0.9000], [hrbrthemes_0.6.0]
Level Beginner to Intermediate
Pre-requisites Basic familiarity with R, RStudio, and RMarkdown

Structure

We will do a live, interactive coding workshop to learn how to create the following plot:

Instructions are provided in workspace/data-vis.Rmd (Rmarkdown file) and workspace/data-vis.html (pre-rendered HTML file - download the raw and open in a web browser to see)

Launch Binder

Please click the following button if you like to use a web version of JupyterLab or RStudio with dependencies installed via Binder

Binder-JupyterLab Binder-RStudio


Some useful R packages for data visualization

Special mention: ggplot2 extension gallery - A collection of popular ggplot2 extension

References

Data visualization

ggplot2

Other data visualization softwares

Utilities

About

Resources for all things Data Visualization

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages