This function creates an interactive heatmap of a correlation matrix. Hover labels display variable pairs and their correlation values.
Details
The function accepts the output of cor_matrix() and optionally allows excluding selected variables from the visualization.
Examples
# Basic heatmap pipeline
cor_matrix(data = data) %>% cor_heatmap()
#> Error in cor_matrix(data = data) %>% cor_heatmap(): could not find function "%>%"
