Skip to content

Instantly share code, notes, and snippets.

# 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,