-
Notifications
You must be signed in to change notification settings - Fork 5
/
Copy pathDESCRIPTION
45 lines (45 loc) · 1.32 KB
/
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
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
Package: hierarchicalSets
Type: Package
Title: Set Data Visualization Using Hierarchies
Version: 1.0.4.9000
Author: Thomas Lin Pedersen
Maintainer: Thomas Lin Pedersen <[email protected]>
Description: Pure set data visualization approaches are often limited in
scalability due to the combinatorial explosion of distinct set families as
the number of sets under investigation increases. hierarchicalSets applies
a set centric hierarchical clustering of the sets under investigation and
uses this hierarchy as a basis for a range of scalable visual
representations. hierarchicalSets is especially well suited for collections
of sets that describe comparable comparable entities as it relies on the
sets to have a meaningful relational structure.
License: MIT + file LICENSE
Encoding: UTF-8
Depends:
R (>= 3.2.0)
Imports:
ggdendro,
ggplot2 (>= 2.2.0),
stats,
scales,
Matrix,
MASS,
RColorBrewer,
gtable,
grDevices,
methods,
utils,
viridis,
patchwork
RoxygenNote: 7.2.3
Collate:
'geom_rect2.R'
'hSet.R'
'hierarchicalSet.R'
'hierarchicalSets-package.R'
'twitter.R'
'visuals.R'
LinkingTo:
cpp11
Roxygen: list(markdown = TRUE)
URL: https://github.com/thomasp85/hierarchicalSets
BugReports: https://github.com/thomasp85/hierarchicalSets/issues