Difference between revisions of "Lesson05"
Jump to navigation
Jump to search
Line 41: | Line 41: | ||
* [https://link-springer-com.libproxy.smu.edu.sg/content/pdf/10.1007%2F978-3-540-33037-0_23.pdf Visualizing Contingency Tables] | * [https://link-springer-com.libproxy.smu.edu.sg/content/pdf/10.1007%2F978-3-540-33037-0_23.pdf Visualizing Contingency Tables] | ||
+ | * [https://link-springer-com.libproxy.smu.edu.sg/content/pdf/10.1007%2F0-387-37977-0_5.pdf Multivariate Categorical Data-Mosaic Plots] | ||
* [http://www.theusrus.de/blog/understanding-mosaic-plots/ Understanding Area Based Plots: Mosaic Plots] | * [http://www.theusrus.de/blog/understanding-mosaic-plots/ Understanding Area Based Plots: Mosaic Plots] | ||
* [https://link-springer-com.libproxy.smu.edu.sg/content/pdf/10.1007%2F978-3-540-33037-0_24.pdf Mosaic Plots and Their Variants] | * [https://link-springer-com.libproxy.smu.edu.sg/content/pdf/10.1007%2F978-3-540-33037-0_24.pdf Mosaic Plots and Their Variants] |
Revision as of 22:10, 23 September 2018
|
|
|
|
|
Contents
Readings
Core Readings
Optional Readings
- Visualizing Contingency Tables
- Multivariate Categorical Data-Mosaic Plots
- Understanding Area Based Plots: Mosaic Plots
- Mosaic Plots and Their Variants
- Social Factors That Influence Use of ICT in Agricultural Extension in Southern Africa
- Visualizing Defect Percentages with Parallel Sets
- Parallel Sets vs. Mosaic Plots (Take I)
- Discovery Exhibition: Parallel Sets
R Methods
Ternary Plot
- R packages for creating ternary plot
Heatmap
- Using R to draw a Heatmap from Microarray Data
- R packages for creating heatmap
- heatmap() [R base function, stats package]: Draws a simple heatmap.
- heatmap.2() [gplots R package]: Draws an enhanced heatmap compared to the R base function.
- pheatmap() [pheatmap R package]: Draws pretty heatmaps and provides more control to change the appearance of heatmaps.
- Heatmap() [ComplexHeatmap R/Bioconductor package]: Draws, annotates and arranges complex heatmaps (very useful for genomic data analysis)
- Superheatmap
- d3heatmap() [d3heatmap R package]: Draws an interactive/clickable heatmap