Difference between revisions of "Lesson07"

From ISSS608-Visual Analytics and Applications
Jump to navigation Jump to search
Line 54: Line 54:
 
* [https://viz-ggplot2.rsquaredacademy.com/ Data Visualization with ggplot2]
 
* [https://viz-ggplot2.rsquaredacademy.com/ Data Visualization with ggplot2]
 
* [https://bookdown.org/tpemartin/minicourse_ggplot2/ ggplot2 介紹]
 
* [https://bookdown.org/tpemartin/minicourse_ggplot2/ ggplot2 介紹]
 +
* [https://bookdown.org/xiangyun/RGraphics/dv-ggplot2.html 第 9 章 数据可视化]
 
* [https://plot.ly/r/ Plotly R Open Source Graphing Library]
 
* [https://plot.ly/r/ Plotly R Open Source Graphing Library]
 
* [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 07:46, 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

  • 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