CHANGES IN corrplot VERSION 0.60
NEW FEATURES
- Now
corrplot()can deal with the matrix not in[-1,1]by parameterzoom. - Warning: please make sure the visualization you take after data zoom is meaningful!
CHANGES
- Function
corr.rect()was renamed tocorrRect(). - 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. - Added function
corrMatOrder(), andcorrplot.mixed(). - Remove seldom used functions:
corrplot.circle(),corrplot.ellipse(),
corrplot.square(),corrplot.shade(),corrplot.color(),corrplot.number(). - In
corrplot(), remove parameterassign.colandcl.range,
addzoom,cl.limandaddCoefasPercent.