Closed michaellevy closed 7 years ago
Hi @michaellevy , thanks for your contribution. Is this pull request connected to an existing issue ? If not, add the issue first and then mention it here in the pull request.
This addresses issue #99. For example:
M <- Hmisc::rcorr(as.matrix(mtcars))
corrplot(M$r, p.mat = M$P, insig = "label_sig")
corrplot(M$r, p.mat = M$P, insig = "label_sig", sig.level = c(.001, .01, .05))
Codecov Report
89.57% <62.5%> (+1.66%)
Continue to review full report at Codecov.