Skip to content

Latest commit

 

History

History
78 lines (62 loc) · 4.83 KB

README.md

File metadata and controls

78 lines (62 loc) · 4.83 KB

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