Creates heatmap visualizations of transfer entropy matrices to show the intensity and direction of information flows between countries.
Usage
create_te_heatmaps(
te_matrices,
periods = c("Pre_Crisis", "Crisis", "Post_Crisis"),
quantile = "Q0.1"
)
Examples
if (FALSE) { # \dontrun{
heatmaps <- create_te_heatmaps(te_matrices)
gridExtra::grid.arrange(grobs = heatmaps, ncol = 3)
} # }