-
Notifications
You must be signed in to change notification settings - Fork 26
/
Copy pathDESCRIPTION
29 lines (29 loc) · 977 Bytes
/
DESCRIPTION
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
Package: ggupset
Type: Package
Title: Combination Matrix Axis for 'ggplot2' to Create 'UpSet' Plots
Version: 0.4.0.9000
URL: https://github.com/const-ae/ggupset
BugReports: https://github.com/const-ae/ggupset/issues
Authors@R: person("Constantin", "Ahlmann-Eltze", email = "[email protected]",
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