Difference between revisions of "Lesson 8"

From Visual Analytics for Business Intelligence
Jump to navigation Jump to search
 
(5 intermediate revisions by the same user not shown)
Line 33: Line 33:
 
= Content =
 
= Content =
  
* Introduction to Tidyverse
+
* R, RStudio and RMarkdown 101
* Data wrangling with tidyr and dplyr
+
* Introducing The Grammar of Graphics
* Programming data visualisation using ggplot2
+
* ggplot: The Layered Grammar of Graphics
* Programming interactive data visualisation with plotly R
+
* The Essential Grammatical Elements in ggplot2
 +
* Designing Data-drive Graphics for Analysis with ggplot2
 +
* Extending ggplot2
  
  
Line 43: Line 45:
 
==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://r4ds.had.co.nz/data-visualisation.html Chapter 3 Data Visualization], [https://r4ds.had.co.nz/exploratory-data-analysis.html Chapter 7 Exploratory Data Analysis] and [https://r4ds.had.co.nz/graphics-for-communication.html Chapter 28 Graphics for communication] of '''R for Data Science'''. 
 +
* [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]
 +
* [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]
 +
 +
 +
= 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

Latest revision as of 07:28, 6 March 2020

Va.jpg IS428 Visual Analytics for Business Intelligence

About

Weekly Session

Assignments

Visual Analytics Project

Course Resources

 


Programming Data Visualisation in R

Content

  • R, RStudio and RMarkdown 101
  • Introducing The Grammar of Graphics
  • ggplot: The Layered Grammar of Graphics
  • The Essential Grammatical Elements in ggplot2
  • Designing Data-drive Graphics for Analysis with ggplot2
  • Extending ggplot2


Readings

Core Readings

Additional Readings


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