Skip to content

Releases: taiyun/corrplot

corrplot v0.94

05 Aug 03:32
Compare
Choose a tag to compare

Changes

corrplot v0.93

31 Aug 05:26
0497ad6
Compare
Choose a tag to compare

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.

corrplot v0.92

22 Nov 12:39
Compare
Choose a tag to compare

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.

corrplot v0.90

01 Jul 16:14
725778e
Compare
Choose a tag to compare
  • 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)

corrplot v0.89

07 Jun 08:35
444e803
Compare
Choose a tag to compare
  • 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

corrplot v0.88

12 May 01:31
23666da
Compare
Choose a tag to compare
  • 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)

CHANGES IN corrplot VERSION 0.83

25 Aug 09:08
Compare
Choose a tag to compare
Pre-release
  • 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.

CHANGES IN corrplot VERSION 0.82

17 Feb 00:11
Compare
Choose a tag to compare
Pre-release

CHANGES IN corrplot VERSION 0.79

06 Jun 09:11
Compare
Choose a tag to compare
Pre-release

CHANGES

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

CHANGES IN corrplot VERSION 0.78

06 Jun 09:08
Compare
Choose a tag to compare
Pre-release

NEW FEATURES

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