taiyun / corrplot

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

added a test demonstrating the error #245

Closed Sumidu closed 2 years ago

Sumidu commented 2 years ago

There is an error in the corplot function, when using both the insig and p.mat function. This used to work in previous releases. The error is a "Error in cbind(corrPos, pNew) : Objekt 'pNew' not found". The plot works fine though.

I created this "issue" as a test case. Feel free to delete it. If I find a way to fix it myself, I will update the pull request.

Sumidu commented 2 years ago

246 is the issue for this pull request.

taiyun commented 2 years ago

Thanks.

I have fixed it.