-
Notifications
You must be signed in to change notification settings - Fork 8
/
Copy pathDESCRIPTION
136 lines (136 loc) · 3.33 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
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
Package: ggalign
Title: A 'ggplot2' Extension for Consistent Axis Alignment
Version: 0.0.5.9000
Authors@R: c(
person("Yun", "Peng", , "[email protected]", role = c("aut", "cre"), comment = c(ORCID = "0000-0003-2801-3332")),
person("Shixiang", "Wang", , "[email protected]", role = c("aut"), comment = c(ORCID = "0000-0001-9855-7357"))
)
Description: A 'ggplot2' extension offers various tools for organizing and arranging plots.
It is designed to consistently align a specific axis across multiple 'ggplot' objects,
making it especially useful for plots requiring data order manipulation. A typical use
case includes organizing combinations like a dendrogram and a heatmap.
License: MIT + file LICENSE
URL: https://github.com/Yunuuuu/ggalign, https://yunuuuu.github.io/ggalign/
BugReports: https://github.com/Yunuuuu/ggalign/issues
Depends:
ggplot2 (>= 3.3.0)
Imports:
cli,
grDevices,
grid,
gtable,
lifecycle,
methods,
rlang (>= 1.1.0),
stats,
utils,
vctrs (>= 0.5.0)
Suggests:
ggrastr,
gridGraphics,
magick,
patchwork,
ragg,
knitr,
rmarkdown,
scales,
testthat (>= 3.0.0),
vdiffr
ByteCompile: true
Config/testthat/edition: 3
Encoding: UTF-8
Roxygen: list(markdown = TRUE)
RoxygenNote: 7.3.2
Language: en-GB
Collate:
'active.R'
'plot-.R'
'align-.R'
'align-hclust.R'
'align-dendrogram.R'
'align-group.R'
'align-kmeans.R'
'align-order.R'
'align-phylo.R'
'align-reorder.R'
'alignpatch-.R'
'alignpatch-align_plots.R'
'alignpatch-alignpatches.R'
'alignpatch-area.R'
'alignpatch-build.R'
'alignpatch-free-align.R'
'alignpatch-free-border.R'
'alignpatch-free-guide.R'
'alignpatch-free-lab.R'
'alignpatch-free-space.R'
'alignpatch-free-vp.R'
'alignpatch-ggplot2.R'
'alignpatch-guides.R'
'alignpatch-inset.R'
'alignpatch-patchwork.R'
'alignpatch-title.R'
'alignpatch-wrap.R'
'cross-.R'
'cross-link.R'
'cross-mark.R'
'cross-none.R'
'dendrogram.R'
'fortify-data-frame.R'
'fortify-matrix.R'
'fortify-upset.R'
'geom-draw.R'
'geom-draw2.R'
'geom-pie.R'
'geom-subrect.R'
'geom-tile3d.R'
'ggalign-package.R'
'ggalign.R'
'ggcross.R'
'ggfree.R'
'ggmark.R'
'ggplot-helper.R'
'ggplot-theme.R'
'ggplot-utils.R'
'import-standalone-assert.R'
'import-standalone-obj-type.R'
'import-standalone-purrr.R'
'import-standalone-tibble.R'
'layer-order.R'
'layout-.R'
'layout-align.R'
'layout-chain-.R'
'layout-chain-operator.R'
'layout-circle-.R'
'layout-circle-build.R'
'layout-circle-switch.R'
'layout-quad-.R'
'layout-heatmap-.R'
'layout-heatmap-build.R'
'layout-heatmap-oncoplot.R'
'layout-quad-operator.R'
'layout-operator.R'
'layout-quad-add.R'
'layout-quad-build.R'
'layout-quad-switch.R'
'layout-quad-upset.R'
'layout-stack-.R'
'layout-stack-build.R'
'layout-stack-composer.R'
'layout-stack-cross.R'
'layout-stack-switch.R'
'link.R'
'mark.R'
'object-name.R'
'pair-links.R'
'raster-magick.R'
'rasterise.R'
'scheme-.R'
'scheme-align.R'
'scheme-data.R'
'scheme-theme.R'
'utils-assert.R'
'utils-grid.R'
'utils-rd.R'
'utils.R'
'with_quad.R'
'zzz.R'