Difference between revisions of "Lesson07"

From ISSS608-Visual Analytics and Applications
Jump to navigation Jump to search
 
(9 intermediate revisions by the same user not shown)
Line 30: Line 30:
  
  
<font size="5">'''Space-constrained Visualization of Hierarchies'''</font>
+
<font size="5">'''Programming Analytical Graphics in R'''</font>
  
=Content=
+
= Content =
  
* Introduction to space-constrained visualization of hierarchies
+
* R, RStudio and RMarkdown 101
* Treemaps
+
* Introducing The Grammar of Graphics
* Sunburst diagram
+
* ggplot: The Layered Grammar of Graphics
 +
* The Essential Grammatical Elements in ggplot2
 +
* Designing Data-drive Graphics for Analysis with ggplot2
 +
* Extending ggplot2
  
=Readings=
+
 
 +
= Readings =
  
 
==Core Readings==
 
==Core Readings==
 +
* [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'''. 
  
* [http://www.cs.umd.edu/hcil/treemap-history Shneiderman, Ben (2008) Treemaps for space-constrained visualization of hierarchies] (http://www.cs.umd.edu/hcil/treemap-history/)
+
==Additional Readings==
* [http://www.cs.umd.edu/hcil/treemap/FLEXIBLE-HIERARCHY-FINAL.pdf Extending the Utility of Treemaps with Flexible Hierarchy]
+
* Wickham, Hadley (2016) [https://link-springer-com.libproxy.smu.edu.sg/book/10.1007%2F978-3-319-24277-4 ggplot2: Elegant Graphics for Data Analysis], Springer.
 
+
* [https://r-graphics.org/index.html R Graphics Cookbook, 2nd edition]
 
+
* [http://socviz.co/ Data Visualization: A practical introduction]
==Optional Readings==
+
* [https://viz-ggplot2.rsquaredacademy.com/ Data Visualization with ggplot2]
 
+
* [https://bookdown.org/tpemartin/minicourse_ggplot2/ ggplot2 介紹]
* Treemaps
+
* [https://bookdown.org/xiangyun/RGraphics/dv-ggplot2.html 第 9 章 数据可视化]
** [http://eagereyes.org/Techniques/Treemaps.html Treemaps]
+
* [https://plot.ly/r/ Plotly R Open Source Graphing Library]
** [http://www.b-eye-network.com/view/2673 Discovering Business Intelligence Using Treemap Visualization]
+
* [https://plotly-r.com/index.html Interactive web-based data visualization with R, plotly, and shiny]
** [http://www.juiceanalytics.com/writing/10-lessons-treemap-design/ 10 Lessons in Treemap Design]
+
* [https://www.r-graph-gallery.com/index.html The R Graph Gallery]
** [http://delivery.acm.org.libproxy.smu.edu.sg/10.1145/580000/571649/p833-b_bederson.pdf?ip=202.161.43.77&id=571649&acc=ACTIVE%20SERVICE&key=FF6731C4D3E3CFFF%2E39D185EE56A58666%2E4D4702B0C3E38B35%2E4D4702B0C3E38B35&__acm__=1538033167_4a6787aed9b15196b9e585b3af4b7031 Bederson, Benjamin B.; Shneiderman, Ben; Wattenberg, Martin (2002). "Ordered and quantum treemaps: Making effective use of 2D space to display hierarchies". ACM Transactions on Graphics. 21 (4): 833.]
 
** [http://www.win.tue.nl/~vanwijk/stm.pdf Bruls, Mark; Huizing, Kees; van Wijk, Jarke J. (2000). "Squarified treemaps". In de Leeuw, W.; van Liere, R. Data Visualization 2000: Proc. Joint Eurographics and IEEE TCVG Symp. on Visualization]
 
** [http://www.juiceanalytics.com/writing/us-economic-census-treemap/ US Economic Census Treemap]
 
** [https://ac-els-cdn-com.libproxy.smu.edu.sg/S0740624X11001055/1-s2.0-S0740624X11001055-main.pdf?_tid=5f3e825d-c9d0-414f-b1d2-3ffbe8e115d1&acdnat=1538033558_64b0c1431092fec2ea12cc5e7ba8e77b TreeCovery: Coordinated dual treemap visualization for exploring the Recovery Act]  
 
** [http://www.juiceanalytics.com/writing/juices-stimulus-bill-explorer/ Juice's Stimulus Bill Explorer]  
 
** [http://www.cc.gatech.edu/gvu/ii/fundexplorer/ Fundexplorer]
 
** [http://www.smartmoney.com/map-of-the-market/ Map of the Market]
 
** [http://www.hivegroup.com/gallery/index.html The HIVE Group]
 
** [http://www.nytimes.com/imagepages/2007/02/25/business/20070225_CHRYSLER_GRAPHIC.html Truck Sales Slip, Tripping Up Chrysler]  
 
** [http://newsmap.jp/ Newsmap]
 
** [http://www.nytimes.com/interactive/2010/02/01/us/budget.html Obama’s 2011 Budget Proposal: How It’s Spent]
 
 
 
=R Methods=
 
  
==Treemaps==
+
= DataCamp Courses =  
* [https://cran.r-project.org/web/packages/treemap/ Treemap]
 
** [https://rpubs.com/brandonkopp/creating-a-treemap-in-r Creating a Treemap in R]
 
** [https://cran.r-project.org/web/packages/treemap/vignettes/treemap-color_mapping.html treemap: mapping to color palettes]
 
** [https://r-posts.com/simple-steps-to-create-treemap-in-r/ Simple Steps to Create Treemap in R]
 
** [https://cran.r-project.org/web/packages/treemapify/index.html treemapify: Draw Treemaps in 'ggplot2']
 
** [https://cran.r-project.org/web/packages/treemapify/vignettes/introduction-to-treemapify.html Introduction to treemapify]
 
** [https://datascience-enthusiast.com/R/R_shiny_Tableau_treemap.html  Interactive visualization with R-Shiny versus with Tableau: Treemaps]
 
  
==Sunburst Diagram==
+
* Data Visualization with ggplot2 (Part 1)
** [https://cran.r-project.org/web/packages/sunburstR/ sunburstR]
+
* Data Visualization with ggplot2 (Part 2)
** [https://cran.r-project.org/web/packages/sunburstR/vignettes/sunburst-2-0-0.html Sunburst 2.0.0]
+
* Data Visualization with ggplot2 (Part 3)
** [http://timelyportfolio.github.io/sunburstR/example_baseball.html Visualize Baseball with sunburstR]
+
* Interactive Data Visualization with plotly in R
** [https://medium.com/optima-blog/create-basic-sunburst-graphs-with-ggplot2-7d7484d92c61 Create Basic Sunburst Graphs with ggplot2]
+
* Intermediate Interactive Data Visualization with plotly in R
** [https://cran.r-project.org/web/packages/circlize/index.html circlize: circular visualization in R]
 
** [https://jokergoo.github.io/circlize_book/book/ Circular Visualization in R]
 

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