Difference between revisions of "Lesson08"

From ISSS608-Visual Analytics and Applications
Jump to navigation Jump to search
Line 95: Line 95:
 
==Correlation Matrix==
 
==Correlation Matrix==
 
* [https://ggobi.github.io/ggally/#ggallyggscatmat ggscatmat] and [https://ggobi.github.io/ggally/#ggallyggpairs ggpairs] of [https://ggobi.github.io/ggally/index.html GGally]  
 
* [https://ggobi.github.io/ggally/#ggallyggscatmat ggscatmat] and [https://ggobi.github.io/ggally/#ggallyggpairs ggpairs] of [https://ggobi.github.io/ggally/index.html GGally]  
* corrplot [https://cran.r-project.org/web/packages/corrplot/index.html]. A graphical display of a correlation matrix or general matrix. It also contains some algorithms to do matrix reordering. In addition, corrplot is good at details, including choosing color, text labels, color labels, layout, etc.  
+
* [https://cran.r-project.org/web/packages/corrplot/index.html corrplot]. A graphical display of a correlation matrix or general matrix. It also contains some algorithms to do matrix reordering. In addition, corrplot is good at details, including choosing color, text labels, color labels, layout, etc.  
* corrgram [https://cran.r-project.org/web/packages/corrgram/index.html] calculates correlation of variables and displays the results graphically. Included panel functions can display points, shading, ellipses, and correlation values with confidence intervals.  
+
* [https://cran.r-project.org/web/packages/corrgram/index.html corrgram] calculates correlation of variables and displays the results graphically. Included panel functions can display points, shading, ellipses, and correlation values with confidence intervals.  
  
 
==Treemaps==
 
==Treemaps==

Revision as of 22:52, 8 March 2020

Vaa logo.jpg ISSS608 Visual Analytics and Applications

About

Weekly Session

Assignment

Visual Analytics Project

Course Resources

 


Visualising and Analysing High-dimensional Data

Content

  • Introduction to High-dimensional Data
  • Bivariate Matrix
    • Trellis
    • Correlation Matrix
    • Correlogram
  • Multivariate Data Visualisation
    • Ternary Plot
    • Glyphs or Star Plot
    • Heatmap
    • Parallel Coordinate Plot
  • Space-constrained visualization of hierarchies
    • Treemaps
    • Sunburst diagram


Readings

Core Readings

Multivariate Methods

Treemaps


Optional Readings

Multivariate Methods

Treemaps

R Packages

Correlation Matrix

  • ggscatmat and ggpairs of GGally
  • corrplot. A graphical display of a correlation matrix or general matrix. It also contains some algorithms to do matrix reordering. In addition, corrplot is good at details, including choosing color, text labels, color labels, layout, etc.
  • corrgram calculates correlation of variables and displays the results graphically. Included panel functions can display points, shading, ellipses, and correlation values with confidence intervals.

Treemaps

Sunburst Diagram