data("mtcars")
p1 <- show_cor(mtcars)
p2 <- show_cor(mtcars,
x_vars = colnames(mtcars)[1:4],
y_vars = colnames(mtcars)[5:8]
)
p3 <- show_cor(mtcars, vis_method = "circle", p_adj = "fdr")
p1
p1$cor
p2
p3
## Auto detect problem variables
mtcars$xx <- 0L
p4 <- show_cor(mtcars)
p4
Run the code above in your browser using DataLab