Releases: taiyun/corrplot
Releases · taiyun/corrplot
corrplot v0.95
Changes
- Fix #279: Version 0.94 is not assigning significant ocurrences correctly. (thanks, @brenoliisboa and @david-priest)
corrplot v0.94
Changes
- Fix #275: format correlations with
nsmall = number.digits. (thanks, @the-mad-statter)
corrplot v0.93
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.posadd a new parameter'l'incorrplot(). (thanks, @ggordn3r)- Add new function
COL1(): Get sequential colors. - Add new function
COL2(): Get diverging colors.
corrplot v0.90
- Add customizable rectangles to correlation plots in corrRect().(#185, requirements from @douglaswhitaker thanks).
- Remove
clus; addindexandnameparameters in corrRect(). - Add
xName,yNametwo columns incorrPosdata frame(e.g. corrplot(...)$corrPos). - Rename parameter
cl.limtocol.lim. - Add
argto the corrplot() return list. - Add pipe operator
|>examples when using corrRect(). - Set 'seriation' as Suggests package, and add examples in the document.
- Parameter
number.digitsalso works on p-value. (thanks, @bassam-abulnoor) - Revise the document. (thanks, Shuai Huang)
corrplot v0.89
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)
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.
CHANGES IN corrplot VERSION 0.82
CHANGES IN corrplot VERSION 0.79
CHANGES
- Issue #64 :
lim.segmentparameter incolorlegendfunction should be a vector of length 2
using values from interval [0,1]