Difference between revisions of "Lesson 8"
Jump to navigation
Jump to search
Line 43: | Line 43: | ||
==Core Readings== | ==Core Readings== | ||
* [https://vita.had.co.nz/papers/layered-grammar.html A Layered Grammar of Graphics] | * [https://vita.had.co.nz/papers/layered-grammar.html A Layered Grammar of Graphics] | ||
+ | * [https://plot.ly/r/ Plotly R Open Source Graphing Library] | ||
==Additional Readings== | ==Additional Readings== | ||
+ | * [https://r-graphics.org/index.html R Graphics Cookbook, 2nd edition] | ||
* [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] |
Revision as of 13:45, 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