We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
When I use insig and p.mat at the same time, I get an error. The created plot works fine though.
insig
p.mat
I have added a draft pull request, that has a test-case demonstrating the problem.
The following code produces an error, but the desired plot.
pvalues <- corrplot::cor.mtest(mtcars, conf.level = 0.95) res <- stats::cor(mtcars, use = "pairwise.complete.obs") # This throws an error in cbind(corrpos, pNew) corrplot::corrplot(res, method = "color", insig = "n", addCoef.col = "black", p.mat = pvalues$p)
The text was updated successfully, but these errors were encountered:
cfe3bd1
Merge pull request #249 from taiyun/dev
1378576
Fix #246 #247
No branches or pull requests
When I use
insig
andp.mat
at the same time, I get an error. The created plot works fine though.I have added a draft pull request, that has a test-case demonstrating the problem.
The following code produces an error, but the desired plot.
The text was updated successfully, but these errors were encountered: