-
Notifications
You must be signed in to change notification settings - Fork 11
/
DESCRIPTION
33 lines (33 loc) · 899 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
28
29
30
31
32
33
Type: Package
Package: corrgram
Title: Plot a Correlogram
Version: 1.14
Date: 2021-04-29
Authors@R:
person("Kevin", "Wright", , "[email protected]", role = c("aut", "cre", "cph"),
comment = c(ORCID = "0000-0002-0617-8673"))
Description: Calculates correlation of variables and displays the results
graphically. Included panel functions can display points, shading,
ellipses, and correlation values with confidence intervals. See
Friendly (2002) <doi:10.1198/000313002533>.
License: MIT + file LICENSE
URL: https://kwstat.github.io/corrgram/, http://kwstat.github.io/corrgram/
BugReports: https://github.com/kwstat/corrgram/issues/
Imports:
graphics,
grDevices,
stats
Suggests:
gridBase,
knitr,
Matrix,
psych,
rmarkdown,
seriation,
sfsmisc,
testthat
VignetteBuilder:
knitr
Encoding: UTF-8
LazyData: true
RoxygenNote: 7.3.2