Difference between revisions of "Lesson 8"
Jump to navigation
Jump to search
Line 49: | Line 49: | ||
* [http://socviz.co/ Data Visualization: A practical introduction] | * [http://socviz.co/ Data Visualization: A practical introduction] | ||
* [https://viz-ggplot2.rsquaredacademy.com/ Data Visualization with ggplot2] | * [https://viz-ggplot2.rsquaredacademy.com/ Data Visualization with ggplot2] | ||
− | |||
* [https://plotly-r.com/index.html Interactive web-based data visualization with R, plotly, and shiny] | * [https://plotly-r.com/index.html Interactive web-based data visualization with R, plotly, and shiny] | ||
+ | |||
+ | |||
+ | = DataCamp Courses = | ||
+ | |||
+ | * Data Visualization with ggplot2 (Part 1) | ||
+ | * Data Visualization with ggplot2 (Part 2) | ||
+ | * Data Visualization with ggplot2 (Part 3) | ||
+ | * Interactive Data Visualization with plotly in R | ||
+ | * Intermediate Interactive Data Visualization with plotly in R |
Revision as of 13:50, 2 March 2020
|
|
|
|
|
Programming Data Visualisation in R
Content
- Introduction to Tidyverse
- Data wrangling with tidyr and dplyr
- Programming data visualisation using ggplot2
- Programming interactive data visualisation with plotly R
Readings
Core Readings
Additional Readings
- R Graphics Cookbook, 2nd edition
- Data Visualization: A practical introduction
- Data Visualization with ggplot2
- Interactive web-based data visualization with R, plotly, and shiny
DataCamp Courses
- Data Visualization with ggplot2 (Part 1)
- Data Visualization with ggplot2 (Part 2)
- Data Visualization with ggplot2 (Part 3)
- Interactive Data Visualization with plotly in R
- Intermediate Interactive Data Visualization with plotly in R