Difference between revisions of "Lesson06"

From Visual Analytics and Applications
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

Vaa logo.jpg ISSS608 Visual Analytics and Applications

About

Weekly Session

Assignment

Visual Analytics Project

Course Resources

 


Readings

Core Readings

Optional Reading


Selected examples


All About R