Draw a heatmap of correlation test
ggCor(
data,
what = 1,
label = 0,
colors = NULL,
title = TRUE,
mode = 2,
digits = 2,
yreverse = TRUE,
xangle = 45,
yangle = 0,
use.label = FALSE
)
A data.frame
if 1, correlation, if 2, partial correlation, if 3, semi-partial correlation
if 0, no label(default), if 1, use r value as label, if 2, use r value with significant mark as label
colors for low, mid and high correlation values
if true, add title to the heatmap
1 or 2
The number of decimal place'
If true, reverse y axis
x-axis text angle
y-axis text angle
Logical whether or not use label in case of labelled data