cor_mat
as returned by the function cor_mat()
[rstatix package]Merging with pull request 16 (@IndrajeetPatil, #16), which addresses the following issues:
README
and roxygen
examples, the argument outline.color
was written as outline.col
, which created warnings
in RStudio
scripts about the partial matching of arguments. Fixed that.tidyverse
style guide (both in R
script and README
file).README
to convey the same thing.digits
argument (introduced in #12) wasn’t working properly (https://github.com/IndrajeetPatil/ggstatsplot/issues/93). This is now fixed. Also added an example to show that this works.insig = "blank"
correlation labels are no longer displayed for insignificant correlations (@axitamm, #17)digits
added to ggcorrplot()
(@IndrajeetPatil, #12.ggcorrplot()
(@IndrajeetPatil, #11.ggcorrplot()
when both reshape and reshape2 packages are loaded (#4)