forked from taiyun/corrplot
-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathNEWS
45 lines (32 loc) · 1.7 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
CHANGES IN corrplot VERSION 0.70
CHANGES
* In corrplot(), parameter insig add a option "p-value", now p-values can be conveniently added
on the glyph.
* Return value changes, corrplot() now returns a reordered correlation matrix.
CHANGES IN corrplot VERSION 0.66
CHANGES
* Add html vignette, which was generated from markdown file by knitr.
* In corrplot(), remove parameter "zoom", add "is.corr"; now it is more convenient to
visualize non-correlation matrix. Parameter "addtextlabel" was renamed as "tl.pos",
and "addcolorlabel" was renamed as "cl.pos".
CHANGES IN corrplot VERSION 0.60
NEW FEATURES
* Now corrplot() can deal with the matrix not in [-1,1] by parameter "zoom" now.
Warning: please make sure the visualization you take after data zoom is meaningful!
CHANGES
* Function corr.rect() was renamed as corrRect().
* Revise document. (THANKS, Tao Gao)
* In function corrplot(), "order"'s choice "PCA" was precisely renamed as "AOE".
and "FPC" was added for the first principal component order.
* Add function corrMatOrder(), and corrplot.mixed().
* Remove seldom used functions: corrplot.circle(), corrplot.ellipse(),
corrplot.square(), corrplot.shade(), corrplot.color(), corrplot.number().
* In corrplot(), remove parameter "assign.col" and "cl.range",
add "zoom", "cl.lim" and "addCoefasPercent".
CHANGES IN corrplot VERSION 0.54
CHANGES
* Parameter "tl.cex" in function corrplot() is more sensitive.
BUG FIXES
* The issue that too much space adding to the margins (especially using a longer text label
or a larger font size) has been fixed.
* Specifying wrong color to the glyphs has been fixed.