Package: ggupset Type: Package Title: Combination Matrix Axis for 'ggplot2' to Create 'UpSet' Plots Version: 0.4.1 URL: https://github.com/const-ae/ggupset BugReports: https://github.com/const-ae/ggupset/issues Authors@R: person("Constantin", "Ahlmann-Eltze", email = "artjom31415@googlemail.com", role = c("aut", "cre"), comment = c(ORCID = "0000-0002-3762-068X")) Description: Replace the standard x-axis in 'ggplots' with a combination matrix to visualize complex set overlaps. 'UpSet' has introduced a new way to visualize the overlap of sets as an alternative to Venn diagrams. This package provides a simple way to produce such plots using 'ggplot2'. In addition it can convert any categorical axis into a combination matrix axis. License: GPL-3 Encoding: UTF-8 LazyData: true RoxygenNote: 7.3.1 Depends: R (>= 2.10) Suggests: testthat Imports: ggplot2 (>= 3.3.0), gtable, grid, tibble, rlang, scales Repository: https://const-ae.r-universe.dev Date/Publication: 2026-01-23 13:01:54 UTC RemoteUrl: https://github.com/const-ae/ggupset RemoteRef: HEAD RemoteSha: c47cc51d29a672364c31f5fbe5909c90c104c5bd NeedsCompilation: no Packaged: 2026-06-22 09:43:31 UTC; root Author: Constantin Ahlmann-Eltze [aut, cre] (ORCID: ) Maintainer: Constantin Ahlmann-Eltze