Skip to content

CHANGES IN corrplot VERSION 0.60

Choose a tag to compare

@vsimko vsimko released this 06 Jun 08:57

NEW FEATURES

  • Now corrplot() can deal with the matrix not in [-1,1] by parameter zoom.
  • Warning: please make sure the visualization you take after data zoom is meaningful!

CHANGES

  • Function corr.rect() was renamed to 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.
  • Added 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.