taiyun / corrplot

A visual exploratory tool on correlation matrix
https://github.com/taiyun/corrplot
Other
318 stars 87 forks source link

Update corrplot.R: option to remove leading 0s added #274

Open erinnacland opened 9 months ago

erinnacland commented 9 months ago

I added an option to remove the leading zeros for the correlation values in 'method = "number"' and 'addCoef.col'. It is by default turned off.

erinnacland commented 9 months ago

(this option has also been requested in issues):

https://github.com/taiyun/corrplot/issues/267