Difference between revisions of "Lesson05"

From Visual Analytics and Applications
Jump to navigation Jump to search
Line 70: Line 70:
 
** [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/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]
* vcd package
+
* [https://cran.r-project.org/web/packages/vcd/index.html vcd: Visualizing Categorical Data]
** [https://cran.r-project.org/web/packages/vcd/index.html vcd: Visualizing Categorical Data]
+
** [https://www.jstatsoft.org/article/view/v017i03 The Strucplot Framework: Visualizing Multi-way Contingency Tables with vcd]
** [https://cran.r-project.org/web/packages/vcdExtra/index.html vcdExtra: 'vcd' Extensions and Additions]
+
* [https://cran.r-project.org/web/packages/vcdExtra/index.html vcdExtra: 'vcd' Extensions and Additions]
 +
** [https://cran.r-project.org/web/packages/vcdExtra/vignettes/vcd-tutorial.pdf Tutorial: Working with categorical data with R and the vcd package]

Revision as of 23:15, 23 September 2018

Vaa logo.jpg ISSS608 Visual Analytics and Applications

About

Weekly Session

Assignment

Visual Analytics Project

Course Resources

 



Readings

Core Readings


Optional Readings


R Methods

Diverging Stacked Bar Charts

    • Ternary, which employs the native plot functions;
    • Plotly, which uses a bespoke suite of plotting functions;
    • vcd, which contains the function ternaryplot;
    • ggtern, an extension to ggplot2.


Mosaic plot