Difference between revisions of "Lesson 8"

From Visual Analytics for Business Intelligence
Jump to navigation Jump to search
 
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
  
  

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