forked from kwstat/corrgram
-
Notifications
You must be signed in to change notification settings - Fork 0
/
NEWS~
67 lines (40 loc) · 1.83 KB
/
NEWS~
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
Changes in version 1.6 (Aug 2014)
* Move packages from Depends to Imports.
* Argument label.pos now defaults to c(.5, .5) for x,y
positioning. (Request of Evan Williams).
* New argument 'cor.type'. (Request of Evan Williams).
* Added vignette.
Changes in version 1.5 (Aug 2013)
* Update references links. (Request of Michael Friendly).
* Small bug with test for correlation matrix (Reported by F. Rosa)
Changes in version 1.4 (Nov 2012)
* Panel colors are now specified via a 'col.regions' argument. The old
method of using 'col.corrgram' is ignored. Could cause slight
incompatability.
* Re-worked examples section for more variety.
Changes in version 1.3 (Aug 2012)
* Added 'panel.bar'. (Request of dadrivr)
* Added example for unclipped labels (in the test suite).
Changes in version 1.2
* Small bug. Now accepts NA values in correlation matrices, and
NAs caused by missing combinations of data and cor( use="pair").
* Non-numeric columns in the data will be ignored. (Request of JZ)
* New panel function panel.density
* Test suite now includes corrgram of inverse correlation, partial
correlation matrices.
Changes in version 1.1
* Added namespace.
Changes in version 1.0
* New panel function 'panel.conf'
* New data set 'vote'
* New function arguments 'dir' (alternative to 'row1attop'), 'type',
'label.srt', 'title', 'abs'.
* Now works for either a data.frame or a correlation matrix using the
'type' argument. Panel functions need a 'corr' argument.
* New ordering method 'OLO' using 'seriation' package.
* Ordering can now be done on absolute value of correlations.
* Fixed bug: Strongly negative correlations used no color.
Changes in version 0.1 (Nov 2006)
* First release to CRAN.
Changes in version 0.0 (Apr 2006)
* Package development begins 2006-04-16.