Recent Releases of corrplot

corrplot - corrplot v0.95

Changes

  • Fix #279: Version 0.94 is not assigning significant ocurrences correctly. (thanks, @brenoliisboa and @david-priest)

- R
Published by taiyun over 1 year ago

corrplot - corrplot v0.94

Changes

  • Fix #275: format correlations with nsmall = number.digits. (thanks, @the-mad-statter)

- R
Published by taiyun almost 2 years ago

corrplot - corrplot v0.93

Changes

  • Fix #247: addgrid.col and bg don't work in mixed plot. (thanks, @ZoomMan91)
  • Fix #246: using insig = "n" and p.mat sometimes causes an error. (thanks, @Sumidu)
  • Fix #255: add new parameter transKeepSign, whether or not to keep matrix values' sign when transforming non-corr matrix.

- R
Published by taiyun almost 4 years ago

corrplot - corrplot v0.92

corrplot 0.92

Changes

  • Fix #228: assigning colors incorrectly when is.corr = FALSE. (thanks, @bixiou)
  • Fix #232: some functions wrongly marked as pure.
  • Fix colorlegend lables alignment when type = 'lower'.
  • Revise the document.
  • tl.pos add a new parameter 'l' in corrplot(). (thanks, @ggordn3r)
  • Add new function COL1(): Get sequential colors.
  • Add new function COL2(): Get diverging colors.

- R
Published by taiyun over 4 years ago

corrplot - corrplot v0.90

  • Add customizable rectangles to correlation plots in corrRect().(#185, requirements from @douglaswhitaker thanks).
  • Remove clus; add index and name parameters in corrRect().
  • Add xName, yName two columns in corrPos data frame(e.g. corrplot(...)$corrPos).
  • Rename parameter cl.lim to col.lim.
  • Add arg to the corrplot() return list.
  • Add pipe operator |> examples when using corrRect().
  • Set 'seriation' as Suggests package, and add examples in the document.
  • Parameter number.digits also works on p-value. (thanks, @bassam-abulnoor)
  • Revise the document. (thanks, Shuai Huang)

- R
Published by taiyun about 5 years ago

corrplot - corrplot v0.89

  • Change the return value of corrplot() and corrplot.mixed() from matrix corr to list(corr, corrPos)
  • Fix #177: the top margin is too small when parameter type is "lower" or "upper". (thanks, @lijian13)
  • Parameter addCoef.col works prior to parameter insig
  • Revise the document

- R
Published by taiyun about 5 years ago

corrplot - corrplot v0.88

  • Revise the document
  • Remove full_col and fix #152 #157 #165 #166
  • Fix #150 in document, it should be the arcus tangens functions. (thanks, @surmann)
  • Change vignette engine from 'knitr::knitr' to 'knitr::rmarkdown'
  • Use 'prettydoc' package creating vignettes
  • Set 'rmarkdown' and 'prettydoc' as Suggests packages
  • Change to the MIT license
  • Fix #142: NA issues when cl.lim is supplied. (thanks, @AlexChristensen)

- R
Published by taiyun about 5 years ago

corrplot - CHANGES IN corrplot VERSION 0.83

  • CITATION now uses fields from DESCRIPTION
  • RColorBrewer is now a suggested package (not required)
  • Fixed #99 : A new option insig = "label_sig" to mark significant correlations.

- R
Published by vsimko almost 9 years ago

corrplot - CHANGES IN corrplot VERSION 0.82

  • Fixed #10
  • Fixed #18
  • Fixed #19
  • Fixed #66
  • Fixed #70
  • Fixed #76
  • Fixed #77
  • Fixed #79
  • Added more examples to the vignette

- R
Published by vsimko over 9 years ago

corrplot - CHANGES IN corrplot VERSION 0.79

CHANGES - Issue #64 : lim.segment parameter in colorlegend function should be a vector of length 2 using values from interval [0,1]

- R
Published by vsimko about 10 years ago

corrplot - CHANGES IN corrplot VERSION 0.78

NEW FEATURES - Issue #20: Added support for Plotmath expressions. Plotmath is used if the name is prefixed by one of the following characters: :, = or $.

- R
Published by vsimko about 10 years ago

corrplot - CHANGES IN corrplot VERSION 0.60

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.

- R
Published by vsimko about 10 years ago

corrplot - CHANGES IN corrplot VERSION 0.76

  • In corrplot(), added parameters na.label and na.label.col that define how NA values inside a matrix should be rendered.
  • In corrplot(), na.label can now use one or two characters, default is "?" (issue #55)
  • Fixed #17: restore par() settings on exit (thanks, @yihui)
  • Fixed #16: checks for [-1, 1] interval are too strict.
  • Fixed #15: error with correlation plot using insig argument when all values are significant.
  • Fixed #9: added ward.D and ward.D2 hclust methods (thanks, @jeffzemla)

- R
Published by vsimko about 10 years ago

corrplot - CHANGES IN corrplot VERSION 0.77

  • Fixed #58, make sure the margin is correct in corrplot.mixed().
  • Revised document.

- R
Published by vsimko about 10 years ago