Difference between revisions of "Lesson06"
Jump to navigation
Jump to search
Line 60: | Line 60: | ||
=All About R= | =All About R= | ||
− | * [https://cran.r-project.org/web/packages/treemap/ Treemap] | + | * Treemap |
− | * [https://rpubs.com/brandonkopp/creating-a-treemap-in-r Creating a Treemap in R] | + | ** [https://cran.r-project.org/web/packages/treemap/ Treemap] |
− | * [https://cran.r-project.org/web/packages/treemap/vignettes/treemap-color_mapping.html treemap: mapping to color palettes] | + | ** [https://rpubs.com/brandonkopp/creating-a-treemap-in-r Creating a Treemap in R] |
− | * [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/treemap/vignettes/treemap-color_mapping.html treemap: mapping to color palettes] |
− | * [https://cran.r-project.org/web/packages/treemapify/index.html treemapify: Draw Treemaps in 'ggplot2'] | + | ** [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/vignettes/introduction-to-treemapify.html Introduction to treemapify] | + | ** [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 | ||
+ | ** [https://cran.r-project.org/web/packages/sunburstR/ sunburstR] | ||
+ | ** [https://cran.r-project.org/web/packages/sunburstR/vignettes/sunburst-2-0-0.html Sunburst 2.0.0] | ||
+ | ** [http://timelyportfolio.github.io/sunburstR/example_baseball.html Visualize Baseball with sunburstR] | ||
+ | ** [https://medium.com/optima-blog/create-basic-sunburst-graphs-with-ggplot2-7d7484d92c61 Create Basic Sunburst Graphs with ggplot2] | ||
+ | ** [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 15:50, 30 September 2018
|
|
|
|
|
Readings
Core Readings
- Shneiderman, Ben (2008) Treemaps for space-constrained visualization of hierarchies (http://www.cs.umd.edu/hcil/treemap-history/)
- Extending the Utility of Treemaps with Flexible Hierarchy
Optional Reading
- Treemaps
- Discovering Business Intelligence Using Treemap Visualization
- 10 Lessons in Treemap Design
- 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.
- 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
- US Economic Census Treemap
- TreeCovery: Coordinated dual treemap visualization for exploring the Recovery Act
Selected examples
- Juice's Stimulus Bill Explorer
- [1]
- Map of the Market
- The HIVE Group
- Truck Sales Slip, Tripping Up Chrysler
- Newsmap
- Obama’s 2011 Budget Proposal: How It’s Spent
All About R
- Treemap