-
Notifications
You must be signed in to change notification settings - Fork 17
Expand file tree
/
Copy pathDESCRIPTION
More file actions
28 lines (28 loc) · 1.24 KB
/
DESCRIPTION
File metadata and controls
28 lines (28 loc) · 1.24 KB
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
Package: aplot
Title: Decorate a 'ggplot' with Associated Information
Version: 0.2.9
Authors@R: c(
person(given = "Guangchuang", family = "Yu", email = "guangchuangyu@gmail.com", role = c("aut", "cre"), comment = c(ORCID = "0000-0002-6485-8781")),
person("Shuangbin", "Xu", email = "xshuangbin@163.com", role = "ctb",
comment = c(ORCID="0000-0003-3513-5362")),
person(given = "Thomas", family = "Hackl", email = "thackl@mit.edu", role = "ctb")
)
Description: For many times, we are not just aligning plots as what 'cowplot' and 'patchwork' did. Users would like to align associated information that requires axes to be exactly matched in subplots, e.g. hierarchical clustering with a heatmap. Inspired by the 'Method 2' in 'ggtree' (G Yu (2018) <doi:10.1093/molbev/msy194>), 'aplot' provides utilities to aligns associated subplots to a main plot at different sides (left, right, top and bottom) with axes exactly matched.
Depends:
R (>= 4.1.0)
Imports:
ggfun (>= 0.1.3),
ggplot2,
ggplotify,
patchwork,
magrittr,
methods,
utils,
yulab.utils (>= 0.1.9),
pillar
Suggests:
ggtree
URL: https://github.com/YuLab-SMU/aplot, https://yulab-smu.top/aplot/
License: Artistic-2.0
Encoding: UTF-8
RoxygenNote: 7.3.2