data_to_viz icon indicating copy to clipboard operation
data_to_viz copied to clipboard

missing: idea of 2-, 3- n-way frequency tables, mosaic plots

Open friendly opened this issue 2 years ago • 0 comments

You need to strongly consider adding a category for cross-classified frequency tables, often most usefully displayed in mosaic plots, marimekko charts etc.

library(vcd) data(HairEyeColor) mosaic(~Hair + Eye, data=HairEyeColor, shade=TRUE)

friendly avatar Jul 06 '22 13:07 friendly