Calculates correlations (or partial correlations) and plots a heatmap. Fully label-aware, robust to non-syntactic names, and safe for real-world data.
Usage
PlotCorrelationsHeatmap(
Data,
xVars = NULL,
yVars = NULL,
covars = NULL,
method = "pearson",
Relabel = TRUE,
Ordinal = FALSE,
min_n = 3,
eps = 1e-12
)