forked from J-P-Zhang/ggcor
-
Notifications
You must be signed in to change notification settings - Fork 0
/
DESCRIPTION
96 lines (96 loc) · 2.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
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
Package: ggcor
Type: Package
Title: Extended tools for correlation analysis and visualization
Version: 0.9.3.1
Authors@R: c(
person("Houyun", "Huang", email = "[email protected]", role = c("aut", "cre")),
person("Lei", "Zhou", email = "[email protected]", role = "aut"),
person("Jian", "Chen", email = "[email protected]", role = "aut"),
person("Taiyun", "Wei", email = "[email protected]", role = "aut"))
Maintainer: Houyun Huang <[email protected]>
Description: The 'ggcor' package can be used to visualize simply and directly a
correlation matrix based on 'ggplot2'. It provides a solution for reordering the
correlation matrix, displaying the different significance level on the plot and
other details. The most important parts, It also provides a graphical display of
any correlation analysis and their combination (such as Mantel test, Partial
correlation analysis, and so on).
License: GPL-2
URL: https://github.com/houyunhuang/ggcor
BugReports: https://github.com/houyunhuang/ggcor/issues
LazyData: TRUE
Encoding: UTF-8
Depends:
R (>= 3.5.0)
Imports:
grid,
ade4,
dplyr,
digest,
ggplot2 (>= 3.0.0),
igraph,
purrr,
RColorBrewer,
rlang,
scales,
stats,
tibble,
tidygraph,
utils,
vegan
Suggests:
ggraph,
knitr,
latex2exp,
rmarkdown,
picante,
WGCNA
RoxygenNote: 6.1.1
VignetteBuilder: knitr
Collate:
'add-link-extra-params.R'
'add-link-utils.R'
'add-link.R'
'as-cor-network.R'
'as-cor-tbl.R'
'as-igraph.R'
'as-tbl-graph.R'
'colour-pal-utils.R'
'cor-network.R'
'cor-tbl.R'
'cor-tbl-utils.R'
'cor-test.R'
'display-cor.R'
'dplyr.R'
'draw-key.R'
'expand-axis.R'
'export-cor-network.R'
'fortify-cor.R'
'fortify-mantel.R'
'geom-circle2.R'
'geom-colour.R'
'geom-conf.R'
'geom-cross.R'
'geom-diag-label.R'
'geom-ellipse2.R'
'geom-grid.R'
'geom-hc-rect.R'
'geom-mark.R'
'geom-num.R'
'geom-pie2.R'
'geom-ring.R'
'geom-shade.R'
'geom-square.R'
'geom-star.R'
'get-data.R'
'ggcor.R'
'guide-colourbar2.R'
'matrix-order.R'
'quickcor.R'
'reexport.R'
'remove-axis.R'
'scale-gradient2n.R'
'scale-radius.R'
'triangle-colour-scale.R'
'theme-cor.R'
'utils.R'
'zzz.R'