Package: productplots Title: Product Plots for R Description: Framework for visualising tables of counts, proportions and probabilities. The framework is called product plots, alluding to the computation of area as a product of height and width, and the statistical concept of generating a joint distribution from the product of conditional and marginal distributions. The framework, with extensions, is sufficient to encompass over 20 visualisations previously described in fields of statistical graphics and 'infovis', including bar charts, mosaic plots, 'treemaps', equal area plots and fluctuation diagrams. Version: 0.1.2 Authors@R: c( person("Hadley", "Wickham", , "hadley@posit.co", c("aut", "cre")), person("Heike", "Hofmann", , "heike.hofmann@gmail.com", role = "aut") ) Imports: plyr, ggplot2 Suggests: reshape2, testthat, covr License: GPL-2 LazyData: true RoxygenNote: 7.3.3 Encoding: UTF-8 URL: https://github.com/hadley/productplots BugReports: https://github.com/hadley/productplots/issues Repository: https://hadley.r-universe.dev Date/Publication: 2025-10-27 20:50:51 UTC RemoteUrl: https://github.com/hadley/productplots RemoteRef: HEAD RemoteSha: e30b611c3b0e045867a5b5af7481a49b53c33845 NeedsCompilation: no Packaged: 2026-05-29 09:33:46 UTC; root Author: Hadley Wickham [aut, cre], Heike Hofmann [aut] Maintainer: Hadley Wickham