Difference between revisions of "Lesson05"
Jump to navigation
Jump to search
Line 67: | Line 67: | ||
==Mosaic plot== | ==Mosaic plot== | ||
+ | * [https://cran.r-project.org/web/packages/ggmosaic/index.html ggmosaic: Mosaic Plots in the 'ggplot2' Framework] | ||
* [https://cran.r-project.org/web/packages/ggmosaic/vignettes/ggmosaic.html Mosaic plots with ggplot2] | * [https://cran.r-project.org/web/packages/ggmosaic/vignettes/ggmosaic.html Mosaic plots with ggplot2] |
Revision as of 22:43, 23 September 2018
|
|
|
|
|
Contents
Readings
Core Readings
- Visualizing Survey Data
- Mosaic Plots
- Design of Diverging Stacked Bar Charts for Likert Scales and Other Applications
- Turning a Table into a Tree: Growing Parallel Sets into a Purposeful Project
Optional Readings
- Visualizing Survey Data from Data Revolution
- Do not use averages with Likert scale data
- 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
Diverging Stacked Bar Charts
- mosaicplot function of R Graphics