forked from kassambara/ggcorrplot
-
Notifications
You must be signed in to change notification settings - Fork 0
/
DESCRIPTION
27 lines (27 loc) · 849 Bytes
/
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
Package: ggcorrplot
Type: Package
Title: Visualization of a Correlation Matrix using 'ggplot2'
Version: 0.1.3.999
Date: 2019-05-19
Authors@R: c(
person("Alboukadel", "Kassambara", role = c("aut", "cre"), email = "alboukadel.kassambara@gmail.com"))
Description: The 'ggcorrplot' package can be used to visualize easily a
correlation matrix using 'ggplot2'. It provides a solution for reordering the
correlation matrix and displays the significance level on the plot. It also
includes a function for computing a matrix of correlation p-values.
License: GPL-2
LazyData: TRUE
Encoding: UTF-8
Depends:
ggplot2
Imports:
reshape2,
stats,
ggtext
Suggests:
knitr,
spelling
URL: http://www.sthda.com/english/wiki/ggcorrplot
BugReports: https://github.com/kassambara/ggcorrplot/issues
RoxygenNote: 7.1.2
Language: en-US