An open API service indexing awesome lists of open source software.

https://github.com/amzoss/rvis-dm2019

A two-day workshop on visualization in R using ggplot2, plotly, flexdashboards, and shiny
https://github.com/amzoss/rvis-dm2019

flexdashboards ggplot2 plotly r rmarkdown shiny teaching workshop

Last synced: 8 months ago
JSON representation

A two-day workshop on visualization in R using ggplot2, plotly, flexdashboards, and shiny

Awesome Lists containing this project

README

          

# Visualization for Data Science in R

This repository contains files for a two-day course on Visualization for Data Science in R, offered during [Data Matters](http://datamatters.org) 2019. The course description and activities are listed below.

## Description

This course is designed for two audiences: experienced visualization designers looking to apply open data science techniques to their work, and data science professionals who have limited experience with visualization. Participants will develop skills in visualization design using R, a tool commonly used for data science. Basic familiarity with R is required.

### Why Take This Course?

Data science skills are increasingly important for research and industry projects. With complex data science projects, however, come complex needs for understanding and communicating analysis processes and results. Ultimately, an analyst's data science toolbox is incomplete without visualization skills. Incorporating effective visualizations directly into the analysis tool you are using can facilitate quick data exploration, streamline your research process, and improve the reproducibility of your research.

### What Will Participants Learn?

The course will take a project-based approach to learning best practices for visualization for data science. Participants will be guided through several sample analysis and visualization projects that will highlight different types of visualization, different features of R and its visualization libraries, and different challenges that arise when trying to apply an open data science philosophy to visualization. In short, students will learn the following:

* introduction to visualization in R
* basic syntax for ggplot2
* applying common graphic design principles to ggplot2 visualizations
* using Shiny to create interactive websites that include R data and visualizations

### Prerequisites and Requirements

This course assumes basic familiarity with R -- e.g., R syntax, data structures, development environments. Visualizations will primarily be created with ggplot2 and other tidyverse libraries, but prior experience with those libraries is not required. In order to fully participate in class exercises, participants should install the following on their laptops: current versions of R, RStudio, and the following packages: tidyverse, plotly, flexdashboard, shiny, and knitr (optional).

## Resources

* ggplot2 Resources
* [ggplot2 Reference](http://ggplot2.tidyverse.org/reference/)
* [R Graphics Cookbook](http://www.cookbook-r.com/Graphs/index.html)
* [ggplot2: Elegant Graphs for Data Analysis](http://ggplot2.org/book/)
* [R for Data Science book, Data Visualization chapter](http://r4ds.had.co.nz/data-visualisation.html)
* [R for Data Science book, Graphics for Communication chapter](http://r4ds.had.co.nz/graphics-for-communication.html)
* [ggplot2 Cheatsheet](http://bit.ly/ggplot2-cheatsheet)
* Shiny Resources
* [Shiny Written Tutorial](http://shiny.rstudio.com/tutorial/)
* [Shiny Layout Guide](http://shiny.rstudio.com/articles/layout-guide.html)
* [Shiny Widget Gallery](http://shiny.rstudio.com/gallery/widget-gallery.html)
* [Shiny HTML Tags Glossary](http://shiny.rstudio.com/articles/tag-glossary.html)
* [Shiny Apps](http://www.shinyapps.io/)
* [Shiny Articles](http://shiny.rstudio.com/articles/)
* [Shiny Funtions Reference](https://shiny.rstudio.com/reference/shiny/latest/)
* [Shiny Cheatsheet](https://www.rstudio.com/wp-content/uploads/2016/01/shiny-cheatsheet.pdf)
* Example Shiny Apps
* [Shiny Gallery](https://shiny.rstudio.com/gallery/)
* [Statistics Education Shiny Apps](http://www2.stat.duke.edu/~mc301/shinyed/)