Difference between revisions of "Lesson07"

From ISSS608-Visual Analytics and Applications
Jump to navigation Jump to search
Line 38: Line 38:
 
*  Programming data visualisation using ggplot2
 
*  Programming data visualisation using ggplot2
 
*  Programming interactive data visualisation with plotly R
 
*  Programming interactive data visualisation with plotly R
 +
 +
* 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
  
  

Revision as of 07:27, 6 March 2020

Vaa logo.jpg ISSS608 Visual Analytics and Applications

About

Weekly Session

Assignment

Visual Analytics Project

Course Resources

 



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
  • 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