This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# Assuming you have a matrix (CorMat_S) with a structure like a correlation matrix | |
# Load the libraries (NB probably some superfluous ones, I haven't double-checked) | |
pacman::p_load( | |
# General utility functions | |
tidyverse, | |
# Plotting | |
ggplot2, | |
scales, | |
ggstance, |