forked from taiyun/corrplot
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathDESCRIPTION
More file actions
32 lines (32 loc) · 1.33 KB
/
DESCRIPTION
File metadata and controls
32 lines (32 loc) · 1.33 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
29
30
31
32
Package: corrplot
Type: Package
Title: Visualization of a Correlation Matrix
Version: 0.88
Date: 2021-05-11
Authors@R: c(
person("Taiyun", "Wei", email = "weitaiyun@gmail.com", role = c("cre", "aut")),
person("Viliam", "Simko", email = "viliam.simko@gmail.com", role = "aut"),
person("Michael", "Levy", email = "michael.levy@healthcatalyst.com", role = "ctb"),
person("Yihui", "Xie", email = "xie@yihui.name", role = "ctb"),
person("Yan", "Jin", email = "jyfeather@gmail.com", role = "ctb"),
person("Jeff", "Zemla", email = "zemla@wisc.edu", role = "ctb"),
person("Moritz", "Freidank", email = "freidankm@googlemail.com", role = "ctb"),
person("Jun", "Cai", email = "cai-j12@mails.tsinghua.edu.cn", role = "ctb"),
person("Tomas", "Protivinsky", email = "tomas.protivinsky@gmail.com", role = "ctb")
)
Maintainer: Taiyun Wei <weitaiyun@gmail.com>
Suggests:
knitr,
RColorBrewer,
rmarkdown,
prettydoc,
testthat
Description: A graphical display of a correlation matrix or general matrix.
It also contains some algorithms to do matrix reordering. In addition,
corrplot is good at details, including choosing color, text labels,
color labels, layout, etc.
License: MIT + file LICENSE
URL: https://github.com/taiyun/corrplot
BugReports: https://github.com/taiyun/corrplot/issues
VignetteBuilder: knitr
RoxygenNote: 7.1.1