Difference between revisions of "Lesson07"

From ISSS608-Visual Analytics and Applications
Jump to navigation Jump to search
 
(One intermediate revision by the same user not shown)
Line 30: Line 30:
  
  
<font size="5">'''Programming Data Visualisation in R'''</font>
+
<font size="5">'''Programming Analytical Graphics in R'''</font>
  
 
= Content =
 
= Content =
Line 57: Line 57:
 
* [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]
 +
* [https://www.r-graph-gallery.com/index.html The R Graph Gallery]
  
 
= DataCamp Courses =  
 
= DataCamp Courses =  

Latest revision as of 20:30, 6 March 2020

Vaa logo.jpg ISSS608 Visual Analytics and Applications

About

Weekly Session

Assignment

Visual Analytics Project

Course Resources

 



Programming Analytical Graphics 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